You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertFileDoesNotExist($textFilePath, "The async task timeout handler was inappropriately triggered (PHP fatal errors should not trigger timeouts).");
167
167
$this->assertNoNohupFile();
@@ -175,9 +175,9 @@ public function testAsyncTimeoutIgnoreNoProblem()
$this->assertFileDoesNotExist($textFilePath, "The async task timeout handler was inappropriately triggered (finishing a task before the time limit should not trigger timeouts).");
183
183
$this->assertNoNohupFile();
@@ -201,9 +201,9 @@ public function testAsyncTimeoutIgnoreENotice()
0 commit comments