Skip to content

Commit

Permalink
max waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Feb 29, 2024
1 parent b9982ad commit 1e881e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
RUST_BACKTRACE: 1
run: |
cargo tarpaulin --release --features fast-runtime \
--no-fail-fast --workspace --timeout 600 \
--no-fail-fast --workspace --timeout 3600 \
--exclude-files **/mock.rs **/weights.rs **/weights/* --out xml --out html
ls -la
Expand Down

0 comments on commit 1e881e9

Please sign in to comment.