From dde297fd47d26ca301b1dc6b90a190085fff60ba Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sat, 31 Jan 2026 13:08:09 +0800 Subject: [PATCH] 3 minute timeout --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 98efe46bf3..e42bbdef4e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -20,7 +20,7 @@ jobs: testmacpytest: name: Mac pytest runs-on: [self-hosted, macOS] - timeout-minutes: 10 + timeout-minutes: 3 defaults: run: shell: bash -e -o pipefail {0}