Skip to content

Commit

Permalink
chore(test): set timeout and flake-attempts for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Sep 18, 2023
1 parent 500c187 commit a9ec322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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 ./...
Expand Down

0 comments on commit a9ec322

Please sign in to comment.