Raise the GitHub CI timeout limit to 72h

This commit is contained in:
Kerollmops 2022-02-23 15:27:51 +01:00
parent 25123af3b8
commit 19bfb2649b
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
benchmarks:
name: Run and upload benchmarks
runs-on: benchmarks
timeout-minutes: 4320 # 72h
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1