Skip to content

Commit

Permalink
DEV: Edit Question Test
Browse files Browse the repository at this point in the history
Increase sleep time to see if #cke_question_en is found
  • Loading branch information
gabrieljenik committed Sep 22, 2020
1 parent 396a502 commit bd96925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/controllers/EditQuestionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function testEditQuestionText()
} catch (NoSuchElementException $ex) {
// Do nothing.
}
sleep(1);
sleep(5);

switch ($editorMode) {
case 'inline':
Expand Down

0 comments on commit bd96925

Please sign in to comment.