We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb78f97 commit b1ee2deCopy full SHA for b1ee2de
test/Connection/ConnectionLimitingPoolTest.php
@@ -37,7 +37,6 @@ public function testTwoConnections(): \Generator
37
->usingPool(ConnectionLimitingPool::byAuthority(2))
38
->build();
39
40
- $this->setTimeout(6000);
41
$this->setMinimumRuntime(2000);
42
43
yield [
0 commit comments