Skip to content

Commit 529232a

Browse files
committed
only run fuzzer for a minute
1 parent 811cc0c commit 529232a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-fuzzer-ci-still-works.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
shell: bash
7474
run: |
7575
chmod +x duckdb
76-
runtime="10 minute"
76+
runtime="1 minute"
7777
endtime=$(date -ud "$runtime" +%s)
7878
7979
while [[ $(date -u +%s) -le $endtime ]]

0 commit comments

Comments
 (0)