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 c002b14 commit a192ce2Copy full SHA for a192ce2
tests/RedisConnectionTest.php
@@ -195,7 +195,7 @@ public function testConnectionTimeoutRetryCount()
195
try {
196
// should try to reconnect 2 times, before finally failing
197
// results in 3 times sending the PING command to redis
198
- sleep(3);
+ sleep(4);
199
$db->ping();
200
} catch (SocketException $e) {
201
$exception = true;
0 commit comments