Skip to content

Commit

Permalink
Fix timeout in codecoverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Mar 11, 2019
1 parent 1235d60 commit 1d9aa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ find src/ -name '*.rs' \
find src/ -name '*.rs' \
| xargs -d '\n' -n1 sed -i 's,static_assertions::assert_eq_size!,// WORKAROUND TARPAULIN \0,'

cargo tarpaulin --features serde --force-clean --ignore-tests --out $output_format
cargo tarpaulin --features serde --force-clean --ignore-tests --timeout 1200 --out $output_format

if [ "$output_format" == "Html" ]; then
echo
Expand Down

0 comments on commit 1d9aa7e

Please sign in to comment.