mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
test_server: Double the timeout amount to avoid flakes.
These timeout flakes, when running puppeteer test, have been fairly frequent in CI, so increase the timeout.
This commit is contained in:
committed by
Tim Abbott
parent
af867cb26c
commit
89619767cd
@@ -13,7 +13,7 @@ sanity_check.check_venv(__file__)
|
|||||||
import django
|
import django
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
MAX_SERVER_WAIT = 90
|
MAX_SERVER_WAIT = 180
|
||||||
|
|
||||||
TOOLS_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
TOOLS_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
if TOOLS_DIR not in sys.path:
|
if TOOLS_DIR not in sys.path:
|
||||||
|
|||||||
Reference in New Issue
Block a user