Skip to content

Commit f0e67d1

Browse files
committed
Speed up test for bug72333
It reliably fails without the xp_ssl.c so it is good with smaller usleep
1 parent 411f4b1 commit f0e67d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/bug72333.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $serverCode = <<<'CODE'
1717
1818
for ($i = 0; $i < 5; $i++) {
1919
fread($conn, 100000);
20-
usleep(200000);
20+
usleep(20000);
2121
}
2222
CODE;
2323

0 commit comments

Comments
 (0)