mirror of https://github.com/knative/client.git
chore(e2e): Increase e2e timeout to 45 minutes (#687)
Fixes #686 - changed from 30m to 45m
This commit is contained in:
parent
e049ea9267
commit
82381f36e4
|
|
@ -41,5 +41,5 @@ initialize $@
|
||||||
|
|
||||||
header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION and Eventing $KNATIVE_EVENTING_VERSION"
|
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
|
success
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue