From 6a77c81a28f7b430b855f5cdce0634863985c140 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 29 Mar 2022 09:45:29 -0700 Subject: [PATCH] Increase benchmarks (push) CI timeout --- .github/workflows/push_benchmarks_indexing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_benchmarks_indexing.yml b/.github/workflows/push_benchmarks_indexing.yml index 0806f5646..f00542001 100644 --- a/.github/workflows/push_benchmarks_indexing.yml +++ b/.github/workflows/push_benchmarks_indexing.yml @@ -13,6 +13,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