hotfix: timeouts to 20 minutes. better no stats update than a red x

This commit is contained in:
George Hotz
2024-10-25 16:31:52 +08:00
parent dc3148c677
commit 4fed358511

View File

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