Selaa lähdekoodia

increase race condition timeout

Dinh Long Nguyen 1 kuukausi sitten
vanhempi
säilyke
e6423b9c57
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tests/gui/notebook/test_notebook_simple_gui.py

+ 1 - 1
tests/gui/notebook/test_notebook_simple_gui.py

@@ -18,7 +18,7 @@ import pytest
 from testbook import testbook
 
 
-def wait_for_content(url, expected_text, timeout=10):
+def wait_for_content(url, expected_text, timeout=30):
     start = time.time()
     while time.time() - start < timeout:
         try: