Skip to content

Commit

Permalink
rolling back
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Aug 18, 2024
1 parent 0e0df5a commit 611c775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sut/src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ services:
networks:
- jenkins_network
healthcheck:
test: "/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P \"Pass@word\" -Q \"SELECT 1\" -b -o /dev/null"
test: "/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P \"Pass@word\" -Q \"SELECT name FROM master.sys.databases\""
interval: 10s
timeout: 3s
retries: 10
start_period: 10s
Expand Down

0 comments on commit 611c775

Please sign in to comment.