increase timeout of resnet cron (#12693)

does not finish in 6 hours now
This commit is contained in:
chenyu
2025-10-15 06:08:58 -04:00
committed by GitHub
parent 0aabc1e938
commit 2e50ed0767

View File

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