Skip to content

Commit 41a1d5b

Browse files
committed
Sleep faster
1 parent bddb22e commit 41a1d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AsyncTaskTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function testAsyncBasic()
8686
$task->start();
8787

8888
// sleep a bit to wait for the async
89-
$this->sleep(1.5);
89+
$this->sleep(0.5);
9090

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

0 commit comments

Comments
 (0)