Extend Travis CI timeout
This commit is contained in:
parent
ee9c88ecb0
commit
c00b65bb78
|
@ -27,5 +27,5 @@ before_cache:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
# Manually exclude packages that are going to be removed from the workspace
|
# Manually exclude packages that are going to be removed from the workspace
|
||||||
- travis_wait cargo tarpaulin --release --timeout 600 --out Xml --packages "librustzcash,zcash_client_backend,zcash_primitives,zcash_proofs"
|
- travis_wait 35 cargo tarpaulin --release --timeout 600 --out Xml --packages "librustzcash,zcash_client_backend,zcash_primitives,zcash_proofs"
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
Loading…
Reference in New Issue