From 29b711d0ddda443929602429b32c2528e38f6808 Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Wed, 31 Jul 2024 13:55:51 +0200 Subject: [PATCH] ci: increase e2e timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4652626f96..e1c4c39df4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -475,7 +475,7 @@ jobs: image: ghcr.io/heliaxdev/namada-ci:namada-main if: github.event.pull_request.draft == false || contains(github.head_ref, 'mergify/merge-queue') || contains(github.ref_name, 'mergify/merge-queue') needs: [build-wasm, build-binaries] - timeout-minutes: 35 + timeout-minutes: 50 strategy: fail-fast: false matrix: