From 322693dcd30f3b87366ae70af0e75ed13700ea9b Mon Sep 17 00:00:00 2001 From: George Hotz Date: Mon, 25 May 2026 18:23:21 -0700 Subject: [PATCH] hotfix: bump Mac pytest timeout to 4 minutes (try 2) --- .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 20ee9d45d5..6892d62641 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,7 +25,7 @@ jobs: CI: "" CAPTURE_PROCESS_REPLAY: "0" runs-on: [self-hosted, macOS] - timeout-minutes: 3 + timeout-minutes: 4 defaults: run: shell: bash -e -o pipefail {0}