From 4d57437a676e0fd55447cd4a06d4fe70a65ca602 Mon Sep 17 00:00:00 2001 From: chenyu Date: Wed, 2 Jul 2025 14:17:34 -0400 Subject: [PATCH] add timeout to benchmark_search and mlperf action (#11058) default timeout is 6 hours which is too long and occupies a box --- .github/workflows/benchmark_search.yml | 1 + .github/workflows/mlperf.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/benchmark_search.yml b/.github/workflows/benchmark_search.yml index 91284d1808..1f3dc889e3 100644 --- a/.github/workflows/benchmark_search.yml +++ b/.github/workflows/benchmark_search.yml @@ -10,6 +10,7 @@ jobs: run_script_job: runs-on: [self-hosted, Linux, tinybox] if: github.repository_owner == 'tinygrad' + timeout-minutes: 100 steps: - name: Checkout Code diff --git a/.github/workflows/mlperf.yml b/.github/workflows/mlperf.yml index 66f09fd881..6098aac01b 100644 --- a/.github/workflows/mlperf.yml +++ b/.github/workflows/mlperf.yml @@ -12,6 +12,7 @@ jobs: run_script_job: runs-on: [self-hosted, Linux, tinybox] if: github.repository_owner == 'tinygrad' + timeout-minutes: 240 steps: - name: Checkout Code