We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddb22e commit 41a1d5bCopy full SHA for 41a1d5b
tests/AsyncTaskTest.php
@@ -86,7 +86,7 @@ public function testAsyncBasic()
86
$task->start();
87
88
// sleep a bit to wait for the async
89
- $this->sleep(1.5);
+ $this->sleep(0.5);
90
91
$this->assertFileExists($testFileName, "The async task probably did not run because its output file cannot be found.");
92
$this->assertStringEqualsFile($testFileName, $message);
0 commit comments