From c378674716a9c69d876751350a194a9a74745196 Mon Sep 17 00:00:00 2001 From: gmega Date: Thu, 13 Feb 2025 08:37:00 -0300 Subject: [PATCH] fix: bumps CI timeouts to 3h --- .github/workflows/ci-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-reusable.yml b/.github/workflows/ci-reusable.yml index ce66a9b6..8a2f6496 100644 --- a/.github/workflows/ci-reusable.yml +++ b/.github/workflows/ci-reusable.yml @@ -26,7 +26,7 @@ jobs: name: ${{ matrix.os }}-${{ matrix.tests }}-${{ matrix.cpu }}-${{ matrix.nim_version }} runs-on: ${{ matrix.builder }} - timeout-minutes: 120 + timeout-minutes: 180 steps: - name: Checkout sources uses: actions/checkout@v4