Skip to content

Commit 76fcc88

Browse files
committed
fix test
1 parent 9cc9efb commit 76fcc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedisConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function testConnectionTimeoutRetryCount()
171171
try {
172172
// should try to reconnect 2 times, before finally failing
173173
// results in 3 times sending the PING command to redis
174-
sleep(2);
174+
sleep(3);
175175
$db->ping();
176176
} catch (SocketException $e) {
177177
$exception = true;

0 commit comments

Comments
 (0)