From b89f45169402174b2f01fc5df4dbf18f483d37bb Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 10 Nov 2015 11:06:22 +0100 Subject: [PATCH] adjust test expectation --- Zend/tests/concat_003.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/concat_003.phpt b/Zend/tests/concat_003.phpt index e8d161b9ed..7dbc9ca8c4 100644 --- a/Zend/tests/concat_003.phpt +++ b/Zend/tests/concat_003.phpt @@ -12,7 +12,7 @@ $time = microtime(TRUE); /* This might vary on Linux/Windows, so the worst case and also count in slow machines. */ $t0_max = 0.1; -$t1_max = 0.5; +$t1_max = 0.4; $datas = []; for ($i = 0; $i < 220000; $i++) -- 2.50.1