Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit c975e53

Browse files
author
Michael Sauter
committed
Configure test timeout
1 parent bfd90bc commit c975e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ test-pkg: ## Run testsuite of public packages.
9393
.PHONY: test-pkg
9494

9595
test-e2e: ## Run testsuite of tasks and full pipeline run.
96-
go test -v -count=1 -skip ^TestPipelineRun ./test/e2e/...
97-
go test -v -count=1 -run ^TestPipelineRun ./test/e2e/...
96+
go test -v -count=1 -timeout 20m -skip ^TestPipelineRun ./test/e2e/...
97+
go test -v -count=1 -timeout 10m -run ^TestPipelineRun ./test/e2e/...
9898
.PHONY: test-e2e

0 commit comments

Comments
 (0)