Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0db89e

Browse files
committed
[HttpClient] Relax max duration test assertion
1 parent3498259 commitb0db89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ public function testMaxDuration()
795795

796796
$duration =microtime(true) -$start;
797797

798-
$this->assertGreaterThanOrEqual(0.1,$duration);
799-
$this->assertLessThan(0.2,$duration);
798+
$this->assertGreaterThanOrEqual(0.09,$duration);
799+
$this->assertLessThan(10,$duration);
800800
}
801801
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp