Skip to content

Commit

Permalink
Revert "build: 30 min timeout for integration tests (#6684)" (#7128)
Browse files Browse the repository at this point in the history
This reverts commit 450a239.
  • Loading branch information
tejal29 authored Feb 17, 2022
1 parent 8932f0d commit f2da4e8
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 @@ -137,7 +137,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 30m $(INTEGRATION_TEST_ARGS)
@ GCP_ONLY=$(GCP_ONLY) ./hack/gotest.sh -v $(REPOPATH)/integration/binpack $(REPOPATH)/integration -timeout 50m $(INTEGRATION_TEST_ARGS)

.PHONY: integration
integration: install integration-tests
Expand Down

0 comments on commit f2da4e8

Please sign in to comment.