[HttpClient] Relax max duration test assertion

This commit is contained in:
Thomas Calvet 2019-08-06 13:24:21 +02:00
parent 3498259b12
commit 3cbb978b00
1 changed files with 1 additions and 2 deletions

View File

@ -795,7 +795,6 @@ abstract class HttpClientTestCase extends TestCase
$duration = microtime(true) - $start;
$this->assertGreaterThanOrEqual(0.1, $duration);
$this->assertLessThan(0.2, $duration);
$this->assertLessThan(10, $duration);
}
}