Skip to content

Commit 92d5e30

Browse files
mgriegomichael-grunder
authored andcommitted
Fix failing test.
1 parent 687a0b4 commit 92d5e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedisTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6523,7 +6523,7 @@ public function testSession_defaultLockRetryCount()
65236523
usleep(100000);
65246524

65256525
$start = microtime(true);
6526-
$sessionSuccessful = $this->startSessionProcess($sessionId, 0, false, 10, true, 200000, 0);
6526+
$sessionSuccessful = $this->startSessionProcess($sessionId, 0, false, 10, true, 2000, 0);
65276527
$end = microtime(true);
65286528
$elapsedTime = $end - $start;
65296529

0 commit comments

Comments
 (0)