We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c0786 commit 54741a2Copy full SHA for 54741a2
Makefile
@@ -91,7 +91,7 @@ ifeq ($(REMOTE_INTEGRATION),true)
91
--zone $(GKE_ZONE) \
92
--project $(GCP_PROJECT)
93
endif
94
- REMOTE_INTEGRATION=$(REMOTE_INTEGRATION) go test -v $(REPOPATH)/integration -timeout 10m
+ REMOTE_INTEGRATION=$(REMOTE_INTEGRATION) go test -v $(REPOPATH)/integration -timeout 20m
95
96
.PHONY: release
97
release: cross $(BUILD_DIR)/VERSION
0 commit comments