]> granicus.if.org Git - php/commitdiff
Increase expected timing on Travis
authorAnatol Belski <ab@php.net>
Thu, 3 Aug 2017 13:05:22 +0000 (15:05 +0200)
committerAnatol Belski <ab@php.net>
Thu, 3 Aug 2017 13:05:22 +0000 (15:05 +0200)
If 5ms to read/write 8 bytes still has issue, probably next this test
should skip on Travis to avoid false positive fails.

ext/standard/tests/streams/proc_open_bug69900.phpt

index 76c8ff4a1781225c3058be95274f34eb5f46724d..d55af3c769a4929ef314741b62df0ecd4ca9f98f 100644 (file)
@@ -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')) ? 3 : 1;
+$max_ms = ((bool)getenv('TRAVIS')) ? 5 : 1;
 
 $test_content = '<?php