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 8c8ce1f commit ac13318Copy full SHA for ac13318
Test/HttpClientTestCase.php
@@ -669,7 +669,7 @@ public function testDestruct()
669
$duration = microtime(true) - $start;
670
671
$this->assertGreaterThan(1, $duration);
672
- $this->assertLessThan(3, $duration);
+ $this->assertLessThan(4, $duration);
673
}
674
675
public function testProxy()
0 commit comments