소스 검색

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: