Increase coverage CI timeout (#1947)

Since coverage uses nightly, it can be slightly slower than other CI.
This commit is contained in:
teor 2021-03-26 09:47:14 +10:00 committed by GitHub
parent 354396f525
commit ee0fc35380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ jobs:
coverage:
name: Coverage (+nightly)
timeout-minutes: 30
# The large timeout is to accommodate nightly builds
timeout-minutes: 45
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2