Skip to content

Commit

Permalink
Reduce loops in scheduled sqlsmith runs
Browse files Browse the repository at this point in the history
The scheduled sqlsmith seems to run into timeout quite often so
reduce the number of loops a bit.
  • Loading branch information
svenklemm committed Oct 7, 2023
1 parent b514d05 commit bab1956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sqlsmith.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
set -o pipefail
if [ "${{ github.event_name }}" == "schedule" ]; then
LOOPS=50
LOOPS=40
else
LOOPS=10
fi
Expand Down

0 comments on commit bab1956

Please sign in to comment.