From a9ec322c8d73989e2a7f26f89ede8b339dd6b409 Mon Sep 17 00:00:00 2001 From: Dimitri Herzog Date: Mon, 18 Sep 2023 09:43:27 +0000 Subject: [PATCH] chore(test): set timeout and flake-attempts for e2e tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8032439f..a82cf336 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...