Skip to content

Commit

Permalink
Increase timeout for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed May 22, 2023
1 parent d8ac23d commit ba11031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Worker/AbstractPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function testWaitingForAvailableWorker(): void
$delay = 0.1;

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

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

Expand Down

0 comments on commit ba11031

Please sign in to comment.