Skip to content

Commit

Permalink
Increase timeouts for sqlserver test container
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss committed Sep 24, 2024
1 parent 316303a commit a944e37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ jobs:
- 9930:1433
options: >-
--health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P LoremIpsum86 -l 30 -Q \"SELECT 1\" || exit 1"
--health-start-period 10s
--health-interval 10s
--health-timeout 5s
--health-retries 10
--health-start-period 20s
--health-interval 15s
--health-timeout 20s
--health-retries 15
steps:
- name: Set up Go 1.x
Expand Down

0 comments on commit a944e37

Please sign in to comment.