Skip to content

Commit

Permalink
Refactor upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Fernandes committed Mar 26, 2020
1 parent e977a76 commit d205b68
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 225 deletions.
2 changes: 1 addition & 1 deletion test/infrastructure/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test-e2e: ## Run the end-to-end tests
E2E_CONF_FILE ?= e2e/local-e2e.conf
SKIP_RESOURCE_CLEANUP ?= false
run-e2e:
go test ./e2e -v -ginkgo.v -ginkgo.trace -count=1 -timeout=20m -tags=e2e -e2e.config="$(abspath $(E2E_CONF_FILE))" -skip-resource-cleanup=$(SKIP_RESOURCE_CLEANUP)
go test ./e2e -v -ginkgo.v -ginkgo.trace -count=1 -timeout=35m -tags=e2e -e2e.config="$(abspath $(E2E_CONF_FILE))" -skip-resource-cleanup=$(SKIP_RESOURCE_CLEANUP)

## --------------------------------------
## Binaries
Expand Down
Loading

0 comments on commit d205b68

Please sign in to comment.