From f6d387aed7d39871b5404da43b0940dd1d2043a7 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Tue, 16 Dec 2025 02:27:45 +0530 Subject: [PATCH] fix: ci workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c67e7f..05126b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - os: macos-latest toolchain: stable-x86_64-apple-darwin runs-on: ${{ matrix.os }} - timeout-minutes: 30 + timeout-minutes: 90 steps: - uses: actions/checkout@v3 with: @@ -51,7 +51,7 @@ jobs: - os: macos-latest toolchain: stable-x86_64-apple-darwin runs-on: ${{ matrix.os }} - timeout-minutes: 30 + timeout-minutes: 90 steps: - uses: actions/checkout@v3 with: