Skip to content

Commit

Permalink
tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
golanha committed Aug 16, 2020
1 parent 8fec724 commit dd07f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/configs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def getIntEnv(name, defaultValue):
"port": os.environ.get('DISCOVERY_PORT', "9020"),
"encoding": os.environ.get('DISCOVERY_ENCODING', 'bson'),
"timeout": getIntEnv('DISCOVERY_TIMEOUT', 5000),
"networkTimeout": getIntEnv('DISCOVERY_NETWORK_TIMEOUT', 1000),
"maxCacheSize": getIntEnv('DISCOVERY_MAX_CACHE_SIZE', 3)
}
algorithm = {
Expand Down

0 comments on commit dd07f30

Please sign in to comment.