Skip to content

Commit dd0b108

Browse files
committed
bump tarpaulin timeout
1 parent 5e625ea commit dd0b108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage-twmq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Run coverage with tarpaulin
5555
- name: Run coverage
56-
run: cargo tarpaulin -p twmq --skip-clean --out Xml --out Html --output-dir coverage --exclude-files "aa-core/*" --exclude-files "core/*" --exclude-files "server/*" --exclude-files "thirdweb-core/*" --exclude-files "executors/*"
56+
run: cargo tarpaulin -p twmq --skip-clean --timeout 300 --out Xml --out Html --output-dir coverage --exclude-files "aa-core/*" --exclude-files "core/*" --exclude-files "server/*" --exclude-files "thirdweb-core/*" --exclude-files "executors/*"
5757

5858
# Upload coverage to Codecov
5959
# TODO: Uncomment once we have open-sourced the repo

0 commit comments

Comments
 (0)