Extend Travis CI timeout

This commit is contained in:
Jack Grigg
2019-08-29 01:06:41 +01:00
parent ee9c88ecb0
commit c00b65bb78

View File

@@ -27,5 +27,5 @@ before_cache:
after_success:
# 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)