From a0ce1df024c3351f9859215356268a85ae94c2f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jun 2019 11:48:48 +0200 Subject: [PATCH] ignore first gets time which is usually a few ms only in previous version, max_ms was "1" and "10" in travis/appveyor having 10 by default make it fails on fast computer --- ext/standard/tests/streams/proc_open_bug69900.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/streams/proc_open_bug69900.phpt b/ext/standard/tests/streams/proc_open_bug69900.phpt index 6e1133a399..65505d09fe 100644 --- a/ext/standard/tests/streams/proc_open_bug69900.phpt +++ b/ext/standard/tests/streams/proc_open_bug69900.phpt @@ -57,7 +57,7 @@ $fl = __DIR__ . DIRECTORY_SEPARATOR . "test69900.php"; ?> --EXPECTF-- hello0 -fgets() took more than %d ms (%s ms) +fgets() took %s hello1 fgets() took less than %d ms hello2 -- 2.50.1