We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f5539 commit eb951b3Copy full SHA for eb951b3
1 file changed
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