Skip to content

Commit

Permalink
Integration tests will run longer with --wait
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Oct 16, 2018
1 parent f82218f commit 36cde0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ delete-integration-test-dev-cluster: build ## Delete the test cluster for use wh

.PHONY: integration-test
integration-test: build ## Run the integration tests (with cluster creation and cleanup)
@go test -tags integration -v -timeout 21m ./integration/...
@go test -tags integration -v -timeout 60m ./integration/...

##@ Code Generation

Expand Down

0 comments on commit 36cde0a

Please sign in to comment.