Skip to content

Commit

Permalink
Attempt to fix unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Aug 21, 2017
1 parent ee26c1e commit ccab684
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')) ? 5 : 1;
$max_ms = ((bool)getenv('TRAVIS')) ? 10 : 1;

$test_content = '<?php
Expand Down

0 comments on commit ccab684

Please sign in to comment.