Skip to content

Commit

Permalink
Increase docker-tests retry count (open-telemetry#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe4 authored Aug 20, 2020
1 parent ee094c2 commit 163564a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
POSTGRES_USER = os.getenv("POSTGRESQL_HOST", "testuser")
REDIS_HOST = os.getenv("REDIS_HOST", "localhost")
REDIS_PORT = int(os.getenv("REDIS_PORT ", "6379"))
RETRY_COUNT = 5
RETRY_COUNT = 8
RETRY_INTERVAL = 5 # Seconds

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 163564a

Please sign in to comment.