Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	tests/MockServerGeneralTest.php
  • Loading branch information
SmetDenis committed Apr 11, 2021
2 parents e219cdd + d748719 commit 7492ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MockServerGeneralTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public function testConcurrency(): void
$responses = $this->createClient()->multiRequest($requests);
$time = (microtime(true) - $start) * 1000;

isTrue($time > 1000 && $time < 1500, "Expected elapsedMS between 1000 & 1300, got: {$time}");
isTrue($time > 1000 && $time < 1600, "Expected elapsedMS between 1000 & 1600, got: {$time}");

$requestIds = [];
foreach ($responses as $response) {
Expand Down

0 comments on commit 7492ef6

Please sign in to comment.