We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967dac8 commit a522087Copy full SHA for a522087
tests/Query/TcpTransportExecutorTest.php
@@ -372,7 +372,7 @@ public function testQueryRejectsWhenClientKeepsSendingWhenServerClosesSocketWith
372
373
// send a bunch of queries and keep reference to last promise
374
$exception = null;
375
- for ($i = 0; $i < 2000; ++$i) {
+ for ($i = 0; $i < 20000; ++$i) {
376
$promise = $executor->query($query);
377
$promise->then(null, function (\Exception $reason) use (&$exception) {
378
$exception = $reason;
0 commit comments