cucumber-cpp: sleep after fork

Closes #119923.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Dawid Dziurla 2023-01-06 11:41:24 +01:00 committed by BrewTestBot
parent 3145eebc9d
commit c35b0b3a82
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ class CucumberCpp < Formula
"-pthread" "-pthread"
begin begin
pid = fork { exec "./test" } pid = fork { exec "./test" }
sleep 5
expected = <<~EOS expected = <<~EOS
Feature: Test Feature: Test