Skip to content

Commit

Permalink
Increase timeout for test on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Dec 29, 2018
1 parent 222fa03 commit 54a2b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/streams/proc_open_bug69900.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bug #69900 Commandline input/output weird behaviour with STDIO
error_reporting(E_ALL);

$fl = dirname(__FILE__) . DIRECTORY_SEPARATOR . "test69900.php";
$max_ms = ((bool)getenv('TRAVIS')) ? 10 : 1;
$max_ms = ((bool)getenv('TRAVIS') || (bool)getenv('APPVEYOR')) ? 10 : 1;

$test_content = '<?php
Expand Down

0 comments on commit 54a2b42

Please sign in to comment.