We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5f34c commit a355188Copy full SHA for a355188
packages/cryptography/tests/Signing/SignerTest.php
@@ -176,7 +176,8 @@ public function test_time_protection(): void
176
$this->assertTrue($signer->verify($data, $signature));
177
$elapsed = microtime(true) - $start;
178
179
- $this->assertGreaterThanOrEqual(0.3, $elapsed);
+ $this->assertGreaterThanOrEqual(0.29, $elapsed);
180
+ $this->assertLessThanOrEqual(0.31, $elapsed);
181
}
182
183
public function test_time_protection_with_mock_clock(): void
0 commit comments