From 5c527acfc4782aab5afed5e38949db7b8c834d39 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 23 Feb 2007 19:09:46 +0000 Subject: [PATCH] reduce the amount of work or the gcov machine timesout this test --- tests/encodings.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/encodings.phpt b/tests/encodings.phpt index 98672bf..f8676d5 100644 --- a/tests/encodings.phpt +++ b/tests/encodings.phpt @@ -14,8 +14,7 @@ error_reporting(E_ALL); $s = ''; -srand(time()); -for ($i = 0; $i < 1000000; $i++) { +for ($i = 0; $i < 5000; ++$i) { $s .= chr(rand(0,255)); } -- 2.30.2