Skip to content

Commit 54741a2

Browse files
committed
Increase integration tests timeout
Signed-off-by: David Gageot <[email protected]>
1 parent 99c0786 commit 54741a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ifeq ($(REMOTE_INTEGRATION),true)
9191
--zone $(GKE_ZONE) \
9292
--project $(GCP_PROJECT)
9393
endif
94-
REMOTE_INTEGRATION=$(REMOTE_INTEGRATION) go test -v $(REPOPATH)/integration -timeout 10m
94+
REMOTE_INTEGRATION=$(REMOTE_INTEGRATION) go test -v $(REPOPATH)/integration -timeout 20m
9595

9696
.PHONY: release
9797
release: cross $(BUILD_DIR)/VERSION

0 commit comments

Comments
 (0)