Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Oct 7, 2024
1 parent 14d0656 commit 11384cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mssqlserver/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ services:
healthcheck:
test: >
echo 'select 1;' | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U sa -P Secret_password_1
interval: 3s
timeout: 3s
retries: 10
interval: 2s
timeout: 2s
retries: 20


output_db:
Expand All @@ -29,9 +29,9 @@ services:
healthcheck:
test: >
echo 'select 1;' | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U sa -P Secret_password_1
interval: 3s
timeout: 3s
retries: 10
interval: 2s
timeout: 2s
retries: 20


databases:
Expand Down

0 comments on commit 11384cf

Please sign in to comment.