From 4fed358511f439a0322da0dbd8f129189139f4e8 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Fri, 25 Oct 2024 16:31:52 +0800 Subject: [PATCH] hotfix: timeouts to 20 minutes. better no stats update than a red x --- .github/workflows/benchmark.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2a73f8afba..710149bf36 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,7 +25,7 @@ jobs: testmacbenchmark: name: Mac Benchmark runs-on: [self-hosted, macOS] - timeout-minutes: 15 + timeout-minutes: 20 defaults: run: shell: bash -o pipefail {0} @@ -128,7 +128,7 @@ jobs: testnvidiabenchmark: name: tinybox green Benchmark runs-on: [self-hosted, Linux, tinyboxgreen] - timeout-minutes: 15 + timeout-minutes: 20 defaults: run: shell: bash -o pipefail {0} @@ -234,7 +234,7 @@ jobs: testmorenvidiabenchmark: name: tinybox green Training Benchmark runs-on: [self-hosted, Linux, tinyboxgreen] - timeout-minutes: 15 + timeout-minutes: 20 defaults: run: shell: bash -o pipefail {0} @@ -302,7 +302,7 @@ jobs: testamdbenchmark: name: tinybox red Benchmark runs-on: [self-hosted, Linux, tinybox] - timeout-minutes: 15 + timeout-minutes: 20 defaults: run: shell: bash -o pipefail {0} @@ -406,7 +406,7 @@ jobs: testmoreamdbenchmark: name: tinybox red Training Benchmark runs-on: [self-hosted, Linux, tinybox] - timeout-minutes: 15 + timeout-minutes: 20 defaults: run: shell: bash -o pipefail {0} @@ -470,7 +470,7 @@ jobs: testqualcommbenchmark: name: comma Benchmark runs-on: [self-hosted, Linux, comma] - timeout-minutes: 15 + timeout-minutes: 20 defaults: run: shell: bash -o pipefail {0}