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:
Priyank Patel 2020-06-21 18:05:43 +00:00 committed by Tim Abbott
parent af867cb26c
commit 89619767cd
1 changed files with 1 additions and 1 deletions

View File

@ -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: