Skip to content

Commit ac13318

Browse files
committed
Increase limits for flakey appveyor tests
1 parent 8c8ce1f commit ac13318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/HttpClientTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ public function testDestruct()
669669
$duration = microtime(true) - $start;
670670

671671
$this->assertGreaterThan(1, $duration);
672-
$this->assertLessThan(3, $duration);
672+
$this->assertLessThan(4, $duration);
673673
}
674674

675675
public function testProxy()

0 commit comments

Comments
 (0)