mirror of https://github.com/zulip/zulip.git
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:
parent
af867cb26c
commit
89619767cd
|
@ -13,7 +13,7 @@ sanity_check.check_venv(__file__)
|
|||
import django
|
||||
import requests
|
||||
|
||||
MAX_SERVER_WAIT = 90
|
||||
MAX_SERVER_WAIT = 180
|
||||
|
||||
TOOLS_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
if TOOLS_DIR not in sys.path:
|
||||
|
|
Loading…
Reference in New Issue