We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f420af commit bc4ac4fCopy full SHA for bc4ac4f
.github/workflows/testing-mssql.yml
@@ -20,7 +20,7 @@ env:
20
21
jobs:
22
test-sqlserver:
23
- timeout-minutes: 4
+ timeout-minutes: 8
24
runs-on: ${{ matrix.os }}
25
concurrency:
26
cancel-in-progress: true
@@ -44,10 +44,10 @@ jobs:
44
ACCEPT_EULA: 'Y'
45
SA_PASSWORD: 'SSpaSS__1_123'
46
options: >-
47
- --health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'SSpaSS__1_123' -l 30 -Q 'SELECT 1'"
48
- --health-interval 3s
49
- --health-timeout 1s
50
- --health-retries 10
+ --health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'SSpaSS__1_123' -l 30 -Q 'SELECT 1'"
+ --health-interval 4s
+ --health-timeout 2s
+ --health-retries 16
51
ports:
52
- 11433:1433
53
0 commit comments