From 6825bd065fd6e69dda45b07ef6af0bc7065be09a Mon Sep 17 00:00:00 2001 From: Wabri <12409541+Wabri@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:30:55 +0100 Subject: [PATCH] Add 2 retry to full-stack https://progress.opensuse.org/issues/175060 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e370a597a23..2905a536a2e 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ test-unstable: node_modules .PHONY: test-fullstack test-fullstack: node_modules - $(MAKE) test-with-database FULLSTACK=1 TIMEOUT_M=30 PROVE_ARGS="$$HARNESS t/full-stack.t t/33-developer_mode.t" + $(MAKE) test-with-database FULLSTACK=1 TIMEOUT_M=30 PROVE_ARGS="$$HARNESS t/full-stack.t t/33-developer_mode.t" RETRY=2 .PHONY: test-fullstack-unstable test-fullstack-unstable: node_modules