Skip to content

Commit bc4ac4f

Browse files
committed
ci: fix failing mssql testing
1 parent 7f420af commit bc4ac4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testing-mssql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
jobs:
2222
test-sqlserver:
23-
timeout-minutes: 4
23+
timeout-minutes: 8
2424
runs-on: ${{ matrix.os }}
2525
concurrency:
2626
cancel-in-progress: true
@@ -44,10 +44,10 @@ jobs:
4444
ACCEPT_EULA: 'Y'
4545
SA_PASSWORD: 'SSpaSS__1_123'
4646
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
47+
--health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'SSpaSS__1_123' -l 30 -Q 'SELECT 1'"
48+
--health-interval 4s
49+
--health-timeout 2s
50+
--health-retries 16
5151
ports:
5252
- 11433:1433
5353

0 commit comments

Comments
 (0)