parent
522bf1c0b0
commit
665dec19c0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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) }}
|
||||
|
|
Loading…
Reference in a new issue