reduce the amount of work or the gcov machine timesout this test
authorNuno Lopes <nlopess@php.net>
Fri, 23 Feb 2007 19:09:46 +0000 (19:09 +0000)
committerNuno Lopes <nlopess@php.net>
Fri, 23 Feb 2007 19:09:46 +0000 (19:09 +0000)
tests/encodings.phpt

index 98672bf12a20f0414846222b15a6fe4721e5da5f..f8676d5c26966a18a83ee8f5ad886588f595fce9 100644 (file)
@@ -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));
 }