Skip to content

Commit

Permalink
Increase delay for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 13, 2024
1 parent c6cd91c commit f8c2fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Worker/BasicEnvironmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function testLengtheningTtl()

$this->assertTrue($environment->exists($key));

yield new Delayed(1100);
yield new Delayed(2000);

$this->assertFalse($environment->exists($key));
}
Expand Down

0 comments on commit f8c2fd6

Please sign in to comment.