Extend build time for CockroachDB (#16315)

Closes #16313
This commit is contained in:
Alexander Schwartz 2023-01-09 13:12:58 +01:00 committed by GitHub
parent 522bf1c0b0
commit 665dec19c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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