From f12abbf39ed51cf22f3d477e356aa9d0c6293303 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 19 Dec 2017 16:26:55 +0100 Subject: [PATCH] Default timeout to 10000 for ci --- scripts/e2e-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index 95672c5d7..a509ccee7 100755 --- a/scripts/e2e-ci.sh +++ b/scripts/e2e-ci.sh @@ -8,7 +8,7 @@ E2E_DISABLE=${E2E_DISABLE:-false} E2E_MAX_RETRIES=${E2E_MAX_RETRIES:-1} # Timeout for WaitForConditions. -E2E_WAIT_FOR_TIMEOUT=${E2E_WAIT_FOR_TIMEOUT:-5000} +E2E_WAIT_FOR_TIMEOUT=${E2E_WAIT_FOR_TIMEOUT:-10000} # Safari >= 8 has issues connecting to browserstack-local. Safari < 8 is too old. # IE 64bit has issues with receiving keyboard input. Let's wait for them to fix it.