From 960d5fe8b8a70f815b1fa84e60446e48b9c15937 Mon Sep 17 00:00:00 2001 From: Michael Nikitochkin Date: Wed, 7 Sep 2022 21:59:16 +0200 Subject: [PATCH] testing timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b3208b6..40a67a15 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ test: .PHONY: test-e2e test-e2e: build container.build scripts/test-e2e - timeout -v --preserve-status --foreground 10m scripts/test-e2e-hazelcast toxiproxy + timeout -v --foreground 1m scripts/test-e2e-hazelcast toxiproxy .PHONY: test-release test-release: test bench test-e2e release-dry