Skip to content

Commit

Permalink
Dev: More sleep in test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 11, 2018
1 parent 4d1a0b3 commit 18993a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/surveys/AjaxModeTest.php
Expand Up @@ -67,7 +67,7 @@ public function testAjaxModeRecordsAnswer()
$nextButton = self::$webDriver->findElement(WebDriverBy::id('ls-button-submit'));
$nextButton->click();

usleep(500);
sleep(1);

// TODO: Temporary, test fails here (but only on fresh install).
$screenshot = self::$webDriver->takeScreenshot();
Expand Down

0 comments on commit 18993a0

Please sign in to comment.