diff --git a/Makefile b/Makefile index b1781a50895..70f96620716 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ ifeq ($(GCP_ONLY),true) --zone $(GKE_ZONE) \ --project $(GCP_PROJECT) endif - @ GCP_ONLY=$(GCP_ONLY) ./hack/gotest.sh -v $(REPOPATH)/integration/binpack $(REPOPATH)/integration -timeout 50m $(INTEGRATION_TEST_ARGS) + @ GCP_ONLY=$(GCP_ONLY) ./hack/gotest.sh -v $(REPOPATH)/integration/binpack $(REPOPATH)/integration -timeout 30m $(INTEGRATION_TEST_ARGS) .PHONY: integration integration: install integration-tests