Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
Parallel threads only check for kills every 250 ms, so this can fail.
  • Loading branch information
trowski committed Feb 10, 2020
1 parent 797c45c commit 82b19f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Worker/AbstractWorkerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function testNotIdleOnEnqueue()

public function testKill()
{
$this->setTimeout(250);
$this->setTimeout(500);


$worker = $this->createWorker();
Expand Down

0 comments on commit 82b19f3

Please sign in to comment.