From 5e4f147ed255c82edd108daf6b8e2d042ef988b2 Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:19:17 +0100 Subject: [PATCH] [dirty] increase to 20 runs --- scripts/ci/smoke-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/smoke-test.sh b/scripts/ci/smoke-test.sh index d0d6c6f1..7688091b 100755 --- a/scripts/ci/smoke-test.sh +++ b/scripts/ci/smoke-test.sh @@ -44,7 +44,7 @@ gdb_run() { if test "$LET_IT_SMOKE" = "y"; then ret=0 - for x in {1..10}; do + for x in {1..20}; do printf "Starting run %2s\n" $x output=$(gdb_run 2>&1) ret=$?