Skip to content

Commit 54a2b42

Browse files
committed
Increase timeout for test on AppVeyor
1 parent 222fa03 commit 54a2b42

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')) ? 10 : 1;
9+
$max_ms = ((bool)getenv('TRAVIS') || (bool)getenv('APPVEYOR')) ? 10 : 1;
1010

1111
$test_content = '<?php
1212

0 commit comments

Comments
 (0)