potiuk commented on code in PR #39866:
URL: https://github.com/apache/airflow/pull/39866#discussion_r1616168494
##########
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:
Because I saw some of the tests failing - see
https://github.com/apache/airflow/pull/39877 - but it still did not help. It's
a bit of a guess what values will be enough for the Public runners.
--
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]