Skip to content

Commit 163564a

Browse files
authored
Increase docker-tests retry count (#1026)
1 parent ee094c2 commit 163564a

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
@@ -36,7 +36,7 @@
3636
POSTGRES_USER = os.getenv("POSTGRESQL_HOST", "testuser")
3737
REDIS_HOST = os.getenv("REDIS_HOST", "localhost")
3838
REDIS_PORT = int(os.getenv("REDIS_PORT ", "6379"))
39-
RETRY_COUNT = 5
39+
RETRY_COUNT = 8
4040
RETRY_INTERVAL = 5 # Seconds
4141

4242
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)