From 2e50ed0767f854a08ac5fcf9731db686a20dbfcd Mon Sep 17 00:00:00 2001 From: chenyu Date: Wed, 15 Oct 2025 06:08:58 -0400 Subject: [PATCH] increase timeout of resnet cron (#12693) does not finish in 6 hours now --- .github/workflows/mlperf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mlperf.yml b/.github/workflows/mlperf.yml index b965d05414..f0aae1dbaf 100644 --- a/.github/workflows/mlperf.yml +++ b/.github/workflows/mlperf.yml @@ -12,7 +12,7 @@ jobs: run_script_job: runs-on: [self-hosted, Linux, tinybox] if: github.repository_owner == 'tinygrad' - timeout-minutes: 360 + timeout-minutes: 720 steps: - name: Checkout Code