From c6d76770e4126df451a807f88c515b4b347cd236 Mon Sep 17 00:00:00 2001 From: uuuvn <83587632+uuuvn@users.noreply.github.com> Date: Wed, 5 Mar 2025 23:04:16 +0500 Subject: [PATCH] Increase timeout on macos tests (#9362) Process replay timeouts: https://github.com/tinygrad/tinygrad/actions/runs/13682213444/job/38257133289?pr=9360 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00193098b0..09711578de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -644,7 +644,7 @@ jobs: backend: [metal, llvm, cpu] name: MacOS (${{ matrix.backend }}) runs-on: macos-15 - timeout-minutes: 10 + timeout-minutes: 20 steps: - name: Checkout Code uses: actions/checkout@v4