Browse Source

Extend Travis CI timeout

master
Jack Grigg 5 years ago
parent
commit
c00b65bb78
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
  1. 2
      .travis.yml

2
.travis.yml

@ -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)

Loading…
Cancel
Save