From 1165ec29bd6898695f8fdd11ac68a4b25b835777 Mon Sep 17 00:00:00 2001 From: Martin Treml Date: Tue, 9 Jul 2024 10:07:19 +0200 Subject: [PATCH] Increase testing timeout from 8 to 12 minutes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3739e95d2..12a83e261 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ export ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) export PACKAGE_BASE := github.com/symflower/eval-dev-quality -export UNIT_TEST_TIMEOUT := 480 +export UNIT_TEST_TIMEOUT := 720 ARGS := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS)) $(eval $(ARGS):;@:) # turn arguments into do-nothing targets