Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
  • Loading branch information
kakkoyun committed Mar 24, 2020
1 parent 80a07e7 commit 25b621e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -260,7 +260,8 @@ test-e2e-ci: docker
@echo ">> cleaning e2e test garbage."
@rm -rf ./test/e2e/e2e_integration_test*
@echo ">> running /test/e2e tests."
@go test -failfast -parallel 1 -timeout 5m -v ./test/e2e/...
@go clean -testcache
@go test -failfast -parallel 1 -v ./test/e2e/...

.PHONY: install-deps
install-deps: ## Installs dependencies for integration tests. It installs supported versions of Prometheus and alertmanager to test against in integration tests.
Expand Down

0 comments on commit 25b621e

Please sign in to comment.