Skip to content

Commit

Permalink
Increase test timeout for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Apr 24, 2022
1 parent be8ae69 commit b320355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Connection/ConnectionLimitingPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function testWaitForConnectionToBecomeAvailable(): void
->usingPool($pool)
->build();

$this->setTimeout(0.25);
$this->setTimeout(0.5);

Future\all([
async(fn () => $client->request($request)),
Expand Down

0 comments on commit b320355

Please sign in to comment.