summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-08-03 15:05:22 +0200
committerAnatol Belski <ab@php.net>2017-08-03 15:05:22 +0200
commit9689796c10b83febf5c08f411ac44232844ff53d (patch)
treebf3d80b65a1e0ed0b420e82abfcbc0862163e1e3
parent9ba2cfd33e4a20bca8f453db51e8771a4a4f1153 (diff)
downloadphp-git-9689796c10b83febf5c08f411ac44232844ff53d.tar.gz
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.
-rw-r--r--ext/standard/tests/streams/proc_open_bug69900.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/streams/proc_open_bug69900.phpt b/ext/standard/tests/streams/proc_open_bug69900.phpt
index 76c8ff4a17..d55af3c769 100644
--- a/ext/standard/tests/streams/proc_open_bug69900.phpt
+++ b/ext/standard/tests/streams/proc_open_bug69900.phpt
@@ -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