mirror of
https://github.com/php/php-src.git
synced 2024-12-17 05:50:14 +08:00
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:
parent
9ba2cfd33e
commit
9689796c10
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user