From d8b76da7eae82809a6adc5dc6d61c37650bab07c Mon Sep 17 00:00:00 2001 From: linuxdev Date: Thu, 26 Dec 2024 06:19:33 -0500 Subject: [PATCH] fix(build): wait 10 seconds after build to run test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0018165..604028f 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ build: ## build latest using version in bump.txt @pnpm gh:build; @echo "sleep 5 seconds"; seq 5 | xargs -I{} bash -c 'echo ".";sleep 1;'; @pnpm gh:build:development - @sleep 5;make -s test + @sleep 10;make -s test extract: ## extract files rm -rf build/extracts