diff --git a/Makefile b/Makefile index 3d488f23..22b2af66 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,6 @@ test-pkg: ## Run testsuite of public packages. .PHONY: test-pkg test-e2e: ## Run testsuite of tasks and full pipeline run. - go test -v -count=1 -skip ^TestPipelineRun ./test/e2e/... - go test -v -count=1 -run ^TestPipelineRun ./test/e2e/... + go test -v -count=1 -timeout 20m -skip ^TestPipelineRun ./test/e2e/... + go test -v -count=1 -timeout 10m -run ^TestPipelineRun ./test/e2e/... .PHONY: test-e2e