Increase coverage CI timeout (#1947)
Since coverage uses nightly, it can be slightly slower than other CI.
This commit is contained in:
parent
354396f525
commit
ee0fc35380
|
|
@ -12,7 +12,8 @@ jobs:
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
name: Coverage (+nightly)
|
name: Coverage (+nightly)
|
||||||
timeout-minutes: 30
|
# The large timeout is to accommodate nightly builds
|
||||||
|
timeout-minutes: 45
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue