Skip to content

Commit

Permalink
Dev: Try to sleep some more in create survey test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 18, 2018
1 parent 282d626 commit d96c88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/controllers/CreateSurveyTest.php
Expand Up @@ -177,7 +177,7 @@ public function testCreateSurvey()
);
$overview->click();

sleep(1);
sleep(2);

// Click "Activate survey".
$overview = self::$webDriver->findElement(WebDriverBy::id('ls-activate-survey'));
Expand Down

0 comments on commit d96c88d

Please sign in to comment.