mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
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:
parent
586b247c2b
commit
6304c7a06f
2
.github/workflows/sqlsmith.yaml
vendored
2
.github/workflows/sqlsmith.yaml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
run: |
|
||||
set -o pipefail
|
||||
if [ "${{ github.event_name }}" == "schedule" ]; then
|
||||
LOOPS=50
|
||||
LOOPS=40
|
||||
else
|
||||
LOOPS=10
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user