mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 11:03:36 +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: |
|
run: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
if [ "${{ github.event_name }}" == "schedule" ]; then
|
if [ "${{ github.event_name }}" == "schedule" ]; then
|
||||||
LOOPS=50
|
LOOPS=40
|
||||||
else
|
else
|
||||||
LOOPS=10
|
LOOPS=10
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user