Skip to content

Commit

Permalink
Merge pull request #1834 from dgageot/increase-timeout
Browse files Browse the repository at this point in the history
Increase integration tests timeout to 15minutes
  • Loading branch information
dgageot authored Mar 19, 2019
2 parents 9d5ad51 + fe0cb94 commit 7b1b8fa
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 @@ -91,7 +91,7 @@ ifeq ($(REMOTE_INTEGRATION),true)
--zone $(GKE_ZONE) \
--project $(GCP_PROJECT)
endif
REMOTE_INTEGRATION=$(REMOTE_INTEGRATION) go test -v $(REPOPATH)/integration -timeout 10m
REMOTE_INTEGRATION=$(REMOTE_INTEGRATION) go test -v $(REPOPATH)/integration -timeout 15m

.PHONY: release
release: cross $(BUILD_DIR)/VERSION
Expand Down

0 comments on commit 7b1b8fa

Please sign in to comment.