Increase expected timing on Travis

If 5ms to read/write 8 bytes still has issue, probably next this test
should skip on Travis to avoid false positive fails.
This commit is contained in:
Anatol Belski 2017-08-03 15:05:22 +02:00
parent 9ba2cfd33e
commit 9689796c10

View 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