Skip to content

Commit a192ce2

Browse files
committed
fix
1 parent c002b14 commit a192ce2

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
@@ -195,7 +195,7 @@ public function testConnectionTimeoutRetryCount()
195195
try {
196196
// should try to reconnect 2 times, before finally failing
197197
// results in 3 times sending the PING command to redis
198-
sleep(3);
198+
sleep(4);
199199
$db->ping();
200200
} catch (SocketException $e) {
201201
$exception = true;

0 commit comments

Comments
 (0)