ci: update timeout to 1 hour

This commit is contained in:
Yifan Gao 2024-07-08 15:03:23 +08:00
parent 32cdbeb30d
commit c6a340ef5d

View File

@ -33,7 +33,7 @@ jobs:
- run: ./dependency.sh - run: ./dependency.sh
- uses: nick-fields/retry@v3 - uses: nick-fields/retry@v3
with: with:
timeout_minutes: 30 timeout_minutes: 60
max_attempts: 3 max_attempts: 3
command: ./generate.sh command: ./generate.sh
- run: ./stat.sh - run: ./stat.sh