Skip to content

Commit

Permalink
increasing integration test timeout to 60m
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac committed Aug 4, 2023
1 parent 944d3ac commit 07148ea
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 @@ -197,7 +197,7 @@ cleanup-integration-test:
run-integration-test:
@echo "### Running integration tests"
go clean -testcache
go test -v -timeout 30m -mod vendor -a ./test/integration/... --tags=integration
go test -v -timeout 60m -mod vendor -a ./test/integration/... --tags=integration

.PHONY: integration-test
integration-test: prereqs prepare-integration-test
Expand Down

0 comments on commit 07148ea

Please sign in to comment.