Skip to content

Commit

Permalink
Increase E2E timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
JRBANCEL committed Jul 25, 2019
1 parent 52b6f7c commit 5467969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ failed=0
# Run conformance and e2e tests.
if (( INSTALL_BETA )); then
# When beta is installed, include our beta tests.
go_test_e2e -timeout=30m \
go_test_e2e -timeout=90m \
./test/conformance/api/v1alpha1 \
./test/conformance/api/v1beta1 \
./test/conformance/runtime \
./test/e2e \
"--resolvabledomain=$(use_resolvable_domain)" || failed=1
else
go_test_e2e -timeout=30m \
go_test_e2e -timeout=90m \
./test/conformance/api/v1alpha1 \
./test/conformance/runtime \
./test/e2e \
Expand Down

0 comments on commit 5467969

Please sign in to comment.