Skip to content

Commit

Permalink
Remove timeout for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 13, 2024
1 parent cb78f97 commit b1ee2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Connection/ConnectionLimitingPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function testTwoConnections(): \Generator
->usingPool(ConnectionLimitingPool::byAuthority(2))
->build();

$this->setTimeout(6000);
$this->setMinimumRuntime(2000);

yield [
Expand Down

0 comments on commit b1ee2de

Please sign in to comment.