Skip to content

Commit

Permalink
Revert "increase test timeout"
Browse files Browse the repository at this point in the history
This reverts commit c79d9cf.
  • Loading branch information
dcaravel committed Dec 19, 2024
1 parent 630879e commit b72f3ec
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 @@ -330,13 +330,13 @@ unit-tests: deps test-prep
e2e-tests: deps test-prep
@echo "+ $@"
set -o pipefail ; \
go test -tags e2e -count=1 -timeout=30m -v ./e2etests/... | tee test-output/test.log
go test -tags e2e -count=1 -timeout=20m -v ./e2etests/... | tee test-output/test.log

.PHONY: slim-e2e-tests
slim-e2e-tests: deps test-prep
@echo "+ $@"
set -o pipefail ; \
go test -tags slim_e2e -count=1 -timeout=30m -v ./e2etests/... | tee test-output/test.log
go test -tags slim_e2e -count=1 -timeout=20m -v ./e2etests/... | tee test-output/test.log

.PHONY: db-integration-tests
db-integration-tests: deps test-prep
Expand Down

0 comments on commit b72f3ec

Please sign in to comment.