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.
1 parent ee26c1e commit ccab684Copy full SHA for ccab684
ext/standard/tests/streams/proc_open_bug69900.phpt
@@ -6,7 +6,7 @@ Bug #69900 Commandline input/output weird behaviour with STDIO
6
error_reporting(E_ALL);
7
8
$fl = dirname(__FILE__) . DIRECTORY_SEPARATOR . "test69900.php";
9
-$max_ms = ((bool)getenv('TRAVIS')) ? 5 : 1;
+$max_ms = ((bool)getenv('TRAVIS')) ? 10 : 1;
10
11
$test_content = '<?php
12
0 commit comments