diff options
-rw-r--r-- | ext/openssl/tests/bug72333.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug72333.phpt b/ext/openssl/tests/bug72333.phpt index ab2b60791c..466157b1a3 100644 --- a/ext/openssl/tests/bug72333.phpt +++ b/ext/openssl/tests/bug72333.phpt @@ -17,7 +17,7 @@ $serverCode = <<<'CODE' for ($i = 0; $i < 5; $i++) { fread($conn, 100000); - usleep(200000); + usleep(20000); } CODE; |