Skip to content

Commit a944e37

Browse files
committed
Increase timeouts for sqlserver test container
1 parent 316303a commit a944e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ jobs:
187187
- 9930:1433
188188
options: >-
189189
--health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P LoremIpsum86 -l 30 -Q \"SELECT 1\" || exit 1"
190-
--health-start-period 10s
191-
--health-interval 10s
192-
--health-timeout 5s
193-
--health-retries 10
190+
--health-start-period 20s
191+
--health-interval 15s
192+
--health-timeout 20s
193+
--health-retries 15
194194
195195
steps:
196196
- name: Set up Go 1.x

0 commit comments

Comments
 (0)