Skip to content

Commit ba11031

Browse files
committed
Increase timeout for CI
1 parent d8ac23d commit ba11031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Worker/AbstractPoolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function testWaitingForAvailableWorker(): void
158158
$delay = 0.1;
159159

160160
$this->setMinimumRuntime($delay * $count);
161-
$this->setTimeout($delay * $count + $delay);
161+
$this->setTimeout($delay * $count * 2);
162162

163163
$pool = $this->createPool(1);
164164

0 commit comments

Comments
 (0)