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