diff --git a/replicator/run.py b/replicator/run.py index 59d3c81..24f84c8 100644 --- a/replicator/run.py +++ b/replicator/run.py @@ -76,7 +76,7 @@ def _retrieve(self): # Throws Timeout exception if nothing is received for `timeout` seconds r = requests.get( 'https://{}/api/v1/serials/'.format(os.environ['DESECSTACK_VPN_SERVER']), - timeout=10, + timeout=30, verify=ssl_verify, ) if r.status_code not in range(200, 300):