mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-20 08:27:49 +02:00
Increase the coverage workflow timeout.
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
# use a long timeout with tarpaulin as UI tests have to docker pull the
|
||||
# cypress.io image which can cause a test timeout with the default tarpaulin
|
||||
# timeout of 1 minute.
|
||||
- run: cargo tarpaulin --verbose --out Html --timeout 600 ${{ matrix.args }}
|
||||
- run: cargo tarpaulin --verbose --out Html --timeout 900 ${{ matrix.args }}
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user