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 9cc9efb commit 76fcc88Copy full SHA for 76fcc88
tests/RedisConnectionTest.php
@@ -171,7 +171,7 @@ public function testConnectionTimeoutRetryCount()
171
try {
172
// should try to reconnect 2 times, before finally failing
173
// results in 3 times sending the PING command to redis
174
- sleep(2);
+ sleep(3);
175
$db->ping();
176
} catch (SocketException $e) {
177
$exception = true;
0 commit comments