chore(test): set timeout and flake-attempts for e2e tests

This commit is contained in:
Dimitri Herzog 2023-09-18 09:43:27 +00:00
parent 500c187082
commit a9ec322c8d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ e2e-test: ## run e2e tests
-o type=docker \
-t blocky-e2e \
.
go run github.com/onsi/ginkgo/v2/ginkgo --label-filter="e2e" e2e
go run github.com/onsi/ginkgo/v2/ginkgo --label-filter="e2e" --timeout 15m --flake-attempts 1 e2e
race: ## run tests with race detector
go run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --race ./...