We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fa592 commit 7fd58f0Copy full SHA for 7fd58f0
ext/mysqli/tests/fake_server.inc
@@ -552,8 +552,8 @@ class my_mysqli_fake_server_conn
552
553
public function read($bytes_len = 1024)
554
{
555
- // wait 10ms to fill the buffer
556
- usleep(10000);
+ // wait 20ms to fill the buffer
+ usleep(20000);
557
$data = fread($this->conn, $bytes_len);
558
if ($data) {
559
fprintf(STDERR, "[*] Received: %s\n", bin2hex($data));
0 commit comments