From 82381f36e466779ee427a9214e59af64afceda18 Mon Sep 17 00:00:00 2001 From: Navid Shaikh Date: Wed, 26 Feb 2020 18:24:50 +0530 Subject: [PATCH] chore(e2e): Increase e2e timeout to 45 minutes (#687) Fixes #686 - changed from 30m to 45m --- test/e2e-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index 552985ce7..f5d023973 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -41,5 +41,5 @@ initialize $@ header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION and Eventing $KNATIVE_EVENTING_VERSION" -go_test_e2e -timeout=30m ./test/e2e || fail_test +go_test_e2e -timeout=45m ./test/e2e || fail_test success