Browse Source

increase race condition timeout

Dinh Long Nguyen 1 month ago
parent
commit
e6423b9c57
1 changed files with 1 additions and 1 deletions
  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: