浏览代码

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: