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 06124e8 commit a871452Copy full SHA for a871452
tests/PHPCurlClass/PHPMultiCurlClassTest.php
@@ -4435,7 +4435,7 @@ public function testSetRateLimitOnePerOneMinute()
4435
$this->assertLessThanOrEqual(60.5, $request_stats['1']['relative_start']);
4436
// Assert R2 starts around 120 and not before.
4437
$this->assertGreaterThanOrEqual(120, $request_stats['2']['relative_start']);
4438
- $this->assertLessThanOrEqual(120.5, $request_stats['2']['relative_start']);
+ $this->assertLessThanOrEqual(120.5 + 1, $request_stats['2']['relative_start']);
4439
}
4440
4441
public function testSetRateLimitThreePerOneMinute()
0 commit comments