shahar1 commented on code in PR #39866:
URL: https://github.com/apache/airflow/pull/39866#discussion_r1616151525
##########
scripts/ci/docker-compose/integration-mssql.yml:
##########
@@ -35,7 +35,7 @@ services:
test: /opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U sa -P
"airflow123" -Q "SELECT 1" -b -o /dev/null
interval: 10s
timeout: 3s
- retries: 10
+ retries: 30
Review Comment:
@potiuk just wondering - why did you increase the retries?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]