Skip to content

Commit

Permalink
Increase timeout to see if integration test will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 committed Jul 17, 2023
1 parent 7a26311 commit 97964ca
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 @@ -73,7 +73,7 @@ integration-vet:

.PHONY: integration-test
integration-test: integration-vet
@set -e; cd tests && $(GOTEST_SERIAL) $(BUILD_INFO_TESTS) --tags=integration -v -timeout 5m -count 1 ./...
@set -e; cd tests && $(GOTEST_SERIAL) $(BUILD_INFO_TESTS) --tags=integration -v -timeout 15m -count 1 ./...

.PHONY: end-to-end-test
end-to-end-test:
Expand Down

0 comments on commit 97964ca

Please sign in to comment.