Skip to content

Commit

Permalink
Adjust sleeping
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Dec 27, 2024
1 parent ea92670 commit dc73c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AsyncTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function testAsyncBasic()
$task->start();

// sleep a bit to wait for the async
$this->sleep(0.5);
$this->sleep(1);

$this->assertFileExists($testFileName, "The async task probably did not run because its output file cannot be found.");
$this->assertStringEqualsFile($testFileName, $message);
Expand Down

0 comments on commit dc73c02

Please sign in to comment.