Skip to content

Commit

Permalink
bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
MickStanciu committed Oct 2, 2024
1 parent 1dbade8 commit 10a777f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@ jobs:
ACCEPT_EULA: "Y"
options: >-
--health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P SafetyCultureExporter12345 -Q \"SELECT 1\" || exit 1"
--health-interval 10s
--health-timeout 5s
--health-interval 60s
--health-timeout 30s
--health-start-period 20s
--health-retries 30
ports:
- 1433:1433
Expand Down

0 comments on commit 10a777f

Please sign in to comment.