Skip to content

Commit

Permalink
Try to increase cargo-tarpaulin timeout in ci.yml from to 3600
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed May 22, 2024
1 parent f75b054 commit 396bbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
command: tarpaulin
args: >
${{ steps.prepare.outputs.feature-flags }}
--timeout 1800
--timeout 3600
--out Xml
- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 396bbde

Please sign in to comment.