mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 09:13:23 +08:00
Increase docker-tests retry count (#1026)
This commit is contained in:
@ -36,7 +36,7 @@ POSTGRES_PORT = int(os.getenv("POSTGRESQL_PORT", "5432"))
|
|||||||
POSTGRES_USER = os.getenv("POSTGRESQL_HOST", "testuser")
|
POSTGRES_USER = os.getenv("POSTGRESQL_HOST", "testuser")
|
||||||
REDIS_HOST = os.getenv("REDIS_HOST", "localhost")
|
REDIS_HOST = os.getenv("REDIS_HOST", "localhost")
|
||||||
REDIS_PORT = int(os.getenv("REDIS_PORT ", "6379"))
|
REDIS_PORT = int(os.getenv("REDIS_PORT ", "6379"))
|
||||||
RETRY_COUNT = 5
|
RETRY_COUNT = 8
|
||||||
RETRY_INTERVAL = 5 # Seconds
|
RETRY_INTERVAL = 5 # Seconds
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
Reference in New Issue
Block a user