add timeout to benchmark_search and mlperf action (#11058)

default timeout is 6 hours which is too long and occupies a box
This commit is contained in:
chenyu
2025-07-02 14:17:34 -04:00
committed by GitHub
parent 6067568087
commit 4d57437a67
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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