Skip to content

Commit

Permalink
Reduce sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jul 30, 2024
1 parent 941d7a6 commit 663cfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/end_to_end_tests/game_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _run_failing_python_program_popup(self, code, text):
def _run_working_program(self, code):
self._write_code(code)
self.browser.find_element(By.ID, "fast_tab").click()
time.sleep(10)
time.sleep(1)
return self

def _write_code(self, code):
Expand Down

0 comments on commit 663cfb4

Please sign in to comment.