[dirty] increase to 20 runs

This commit is contained in:
Consolatis 2024-03-16 15:19:17 +01:00
parent 89f92d45fe
commit 5e4f147ed2

View file

@ -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=$?