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 222fa03 commit 54a2b42Copy full SHA for 54a2b42
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')) ? 10 : 1;
+$max_ms = ((bool)getenv('TRAVIS') || (bool)getenv('APPVEYOR')) ? 10 : 1;
10
11
$test_content = '<?php
12
0 commit comments