diff --git a/src/modules/Gz/testsuite.in b/src/modules/Gz/testsuite.in index 050bea3a36d8859202fa412b6e95330f9c67be7f..0032b12c7e190a2aeeb9f0f8ee1dfb039d6c5f40 100644 --- a/src/modules/Gz/testsuite.in +++ b/src/modules/Gz/testsuite.in @@ -1,4 +1,4 @@ -// $Id: testsuite.in,v 1.11 2000/04/13 20:14:54 hubbe Exp $ +// $Id: testsuite.in,v 1.12 2000/09/10 19:38:57 grubba Exp $ cond([[ master()->resolv("Gz")->deflate ]], [[ @@ -28,5 +28,5 @@ cond([[ master()->resolv("Gz")->deflate && master()->resolv("Crypto") && master dotest(Crypto.randomness.pike_random()->read(32768)) dotest(Crypto.randomness.pike_random()->read(524288)) - dotest(Crypto.randomness.pike_random()->read(8388608)) + dotest(Crypto.randomness.pike_random()->read(8388500)) ]])