From f681502a49270d5100609f542cffcef97312c084 Mon Sep 17 00:00:00 2001 From: ayub-khan Date: Thu, 5 Jul 2018 11:20:55 +0500 Subject: [PATCH] LEARNER-5681 Increased timeout to fix drive timeout issues. --- e2e/pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/pytest.ini b/e2e/pytest.ini index 71af8c1bd45..65ffd9c38c2 100644 --- a/e2e/pytest.ini +++ b/e2e/pytest.ini @@ -1,4 +1,4 @@ [pytest] addopts = --driver=Chrome -# Each test must complete in less than 45 seconds -timeout = 60 +# Each test must complete in less than 90 seconds +timeout = 90