Increase timeout for legacy tests (#21811)

Closes #21810
This commit is contained in:
Stian Thorgersen 2023-07-19 15:56:39 +02:00 committed by GitHub
parent 1f420b298b
commit 54f8c8d253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@ jobs:
name: Legacy Store IT
needs: build
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 75
strategy:
matrix:
db: [postgres, mysql, oracle, mssql, mariadb]