Skip to content

Commit ccab684

Browse files
committed
Attempt to fix unstable test
1 parent ee26c1e commit ccab684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/streams/proc_open_bug69900.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Bug #69900 Commandline input/output weird behaviour with STDIO
66
error_reporting(E_ALL);
77

88
$fl = dirname(__FILE__) . DIRECTORY_SEPARATOR . "test69900.php";
9-
$max_ms = ((bool)getenv('TRAVIS')) ? 5 : 1;
9+
$max_ms = ((bool)getenv('TRAVIS')) ? 10 : 1;
1010

1111
$test_content = '<?php
1212

0 commit comments

Comments
 (0)