From 4a84527c6b0f0fb70bc6ccb6a1174bd77a23eb57 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Wed, 29 May 2024 14:01:55 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 499826d..16117f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,12 +42,12 @@ jobs: run: | SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --workspace --quiet SKIP_WASM_BUILD=1 cargo clippy --all-targets --all-features --locked --workspace --quiet - timeout-minutes: 20 + timeout-minutes: 30 - name: Run the tests run: cargo test - timeout-minutes: 30 + timeout-minutes: 15 - name: Build the docs run: cargo doc --all-features --workspace --no-deps - timeout-minutes: 30 + timeout-minutes: 15