8000 Relax timing test slightly · phpredis/phpredis@0f94d9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f94d9c

Browse files
Relax timing test slightly
1 parent c0d6f04 commit 0f94d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedisTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7462,7 +7462,7 @@ public function testSession_lock_ttlMaxExecutionTime()
74627462
$end = microtime(true);
74637463
$elapsedTime = $end - $start;
74647464

7465-
$this->assertLess($elapsedTime, 3);
7465+
$this->assertLess($elapsedTime, 4);
74667466
$this->assertTrue($sessionSuccessful);
74677467
}
74687468

0 commit comments

Comments
 (0)
0