Skip to content

Commit

Permalink
Configure test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Sep 29, 2023
1 parent bfd90bc commit c975e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c975e53

Please sign in to comment.