Skip to content

Commit da48d25

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Increase sleep() time in test case
2 parents 3e075ca + 896f753 commit da48d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/streams/bug78883.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $cmd = 'cmd.exe "/c START ^"^" /WAIT ' . PHP_BINARY . ' -r ^"var_dump(fgets(STDI
1717
$proc = proc_open($cmd, $descriptorspec, $pipes);
1818
var_dump(is_resource($proc));
1919
$pid = proc_get_status($proc)['pid'];
20-
sleep(2);
20+
sleep(3);
2121
$bug_is_present = !proc_get_status($proc)['running'];
2222
if (!$bug_is_present) {
2323
// if the bug is not present, it will hang waiting for stdin,

0 commit comments

Comments
 (0)