We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e075ca + 896f753 commit da48d25Copy full SHA for da48d25
ext/standard/tests/streams/bug78883.phpt
@@ -17,7 +17,7 @@ $cmd = 'cmd.exe "/c START ^"^" /WAIT ' . PHP_BINARY . ' -r ^"var_dump(fgets(STDI
17
$proc = proc_open($cmd, $descriptorspec, $pipes);
18
var_dump(is_resource($proc));
19
$pid = proc_get_status($proc)['pid'];
20
-sleep(2);
+sleep(3);
21
$bug_is_present = !proc_get_status($proc)['running'];
22
if (!$bug_is_present) {
23
// if the bug is not present, it will hang waiting for stdin,
0 commit comments