projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
207d60b
)
reduce the amount of work or the gcov machine timesout this test
author
Nuno Lopes
<nlopess@php.net>
Fri, 23 Feb 2007 19:09:46 +0000
(19:09 +0000)
committer
Nuno Lopes
<nlopess@php.net>
Fri, 23 Feb 2007 19:09:46 +0000
(19:09 +0000)
tests/encodings.phpt
patch
|
blob
|
history
diff --git
a/tests/encodings.phpt
b/tests/encodings.phpt
index 98672bf12a20f0414846222b15a6fe4721e5da5f..f8676d5c26966a18a83ee8f5ad886588f595fce9 100644
(file)
--- 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));
}