From 19bfb2649b4161d59960105365041303a105b5ab Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Wed, 23 Feb 2022 15:27:51 +0100 Subject: [PATCH] Raise the GitHub CI timeout limit to 72h --- .github/workflows/manual_benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual_benchmarks.yml b/.github/workflows/manual_benchmarks.yml index 19b071f57..456e87168 100644 --- a/.github/workflows/manual_benchmarks.yml +++ b/.github/workflows/manual_benchmarks.yml @@ -15,6 +15,7 @@ jobs: benchmarks: name: Run and upload benchmarks runs-on: benchmarks + timeout-minutes: 4320 # 72h steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1