Skip to content

Commit

Permalink
Relax timing test slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed May 10, 2024
1 parent c0d6f04 commit 0f94d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RedisTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7462,7 +7462,7 @@ public function testSession_lock_ttlMaxExecutionTime()
$end = microtime(true);
$elapsedTime = $end - $start;

$this->assertLess($elapsedTime, 3);
$this->assertLess($elapsedTime, 4);
$this->assertTrue($sessionSuccessful);
}

Expand Down

0 comments on commit 0f94d9c

Please sign in to comment.