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 32c61bdCopy full SHA for 32c61bd
.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,7 +44,7 @@ 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'"
+ --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
0 commit comments