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