diff --git a/tests/acceptance/TaskCest.php b/tests/acceptance/TaskCest.php index 62f74d1059eb..530fbcfcc3c5 100644 --- a/tests/acceptance/TaskCest.php +++ b/tests/acceptance/TaskCest.php @@ -51,7 +51,7 @@ class TaskCest ]); $I->seeInDatabase('projects', ['name' => $project]); - $I->wait(2); + $I->wait(5); $I->click('More Actions'); $I->click('Invoice Task'); $I->click('Mark Sent');