From 87cdc1e1c99d2ee03c184a6a0f99785e37033c2f Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Fri, 1 Mar 2024 12:28:00 +0100 Subject: [PATCH] add timeout --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index d8ec5446e2..cbe966536f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -33,7 +33,7 @@ jobs: # cargo tarpaulin --release --features fast-runtime --fail-under 10 \ # --no-fail-fast --workspace --timeout 3600 --engine llvm \ # --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml --out html - cargo tarpaulin --workspace -v --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml + cargo tarpaulin --timeout 3600 --workspace -v --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml ls -la # UPLOAD REPORTS (requires cargo 1.70.0)