Skip to content

Commit 213397e

Browse files
authored
Update check_availability.py
1 parent 4a1e0ce commit 213397e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/opentelemetry-docker-tests/tests/check_availability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
MSSQL_PORT = int(os.getenv("MSSQL_PORT", "1433"))
4343
MSSQL_USER = os.getenv("MSSQL_USER", "sa")
4444
MSSQL_PASSWORD = os.getenv("MSSQL_PASSWORD", "yourStrong(!)Password")
45-
RETRY_COUNT = 8
45+
RETRY_COUNT = 10
4646
RETRY_INTERVAL = 5 # Seconds
4747

4848
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)