From 665dec19c0cb4bb5f8632a79e62a89a03f3cf1f8 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Mon, 9 Jan 2023 13:12:58 +0100 Subject: [PATCH] Extend build time for CockroachDB (#16315) Closes #16313 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e38c68d76..52b52739fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,8 +220,8 @@ jobs: name: New Store IT needs: [build, databases-new-store] runs-on: ubuntu-latest - # Currently, the run of CockroachDB (only branches and nightly runs) is the longest with ~45 minutes - timeout-minutes: 70 + # Currently, the run of CockroachDB (only branches and nightly runs) is the longest with 50-60 minutes + timeout-minutes: 90 strategy: matrix: db: ${{ fromJson(needs.databases-new-store.outputs.db) }}