Reduce loops in scheduled sqlsmith runs

The scheduled sqlsmith seems to run into timeout quite often so
reduce the number of loops a bit.
This commit is contained in:
Sven Klemm 2023-10-07 13:10:42 +02:00 committed by Sven Klemm
parent 586b247c2b
commit 6304c7a06f

View File

@ -86,7 +86,7 @@ jobs:
run: |
set -o pipefail
if [ "${{ github.event_name }}" == "schedule" ]; then
LOOPS=50
LOOPS=40
else
LOOPS=10
fi