Skip to content

Commit

Permalink
fix(CI): increase timeout for tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
Draply committed Sep 17, 2024
1 parent 2127821 commit 0b391f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
- name: Set PKG_CONFIG_PATH
run: echo "PKG_CONFIG_PATH=/usr/lib/pkgconfig" >> $GITHUB_ENV
- name: Run tests
run: cargo tarpaulin --all-features --verbose --tests --skip-clean
run: cargo tarpaulin --all-features --verbose --tests --skip-clean --timeout 600

0 comments on commit 0b391f0

Please sign in to comment.