فهرست منبع

increase race condition timeout

Dinh Long Nguyen 1 ماه پیش
والد
کامیت
e6423b9c57
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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: