Skip to content

Commit

Permalink
Dev: Sleep in test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 18, 2018
1 parent b9707ec commit 3cb2041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/surveys/LanguageChangerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public function testBasic()
// Click next.
$web->next();

sleep(1);

// Fill in first question.
$web->answerTextQuestion($sgqa, 'This is an answer');

Expand Down

0 comments on commit 3cb2041

Please sign in to comment.