diff options
-rwxr-xr-x | bin/reproducible_common.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index e51afd7c..c1475117 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -325,7 +325,8 @@ def start_udd_connection(): database=db, user=username, host=host, - password=password + password=password, + connect_timeout=5, ) except: log.error('Erorr connecting to the UDD database replica.' + |