Skip to content

Commit

Permalink
Even more sleep!
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Oct 24, 2024
1 parent 089d124 commit be65ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_notebooks/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ def _selenium_driver(nb_path):
# We wait until the appmode spinner disappears. However,
# this does not seem to be fully robust, as the spinner might flash
# while the page is still loading. So we add explicit sleep here as well.
time.sleep(1)
time.sleep(2)
WebDriverWait(selenium, 240).until(
ec.invisibility_of_element((By.ID, "appmode-busy"))
)
time.sleep(5)
time.sleep(10)

return selenium

Expand Down

0 comments on commit be65ca7

Please sign in to comment.