From: Nuno Lopes Date: Fri, 23 Feb 2007 19:09:46 +0000 (+0000) Subject: reduce the amount of work or the gcov machine timesout this test X-Git-Tag: RELEASE_1_5_2~3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=5c527acfc4782aab5afed5e38949db7b8c834d39 reduce the amount of work or the gcov machine timesout this test --- 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)); }