X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=n2vc%2Fn2vc_juju_conn.py;h=af40aee1ea038b295b7ea118845287972503081a;hb=856d33b9faace0c9c031b7ab3b377c4ad53888ab;hp=2c943282a61b846d93d81821e3bd05592ec650f3;hpb=fa02f8a90b7fe1e1b7a80feedef4132bef1ca3e4;p=osm%2FN2VC.git diff --git a/n2vc/n2vc_juju_conn.py b/n2vc/n2vc_juju_conn.py index 2c94328..af40aee 100644 --- a/n2vc/n2vc_juju_conn.py +++ b/n2vc/n2vc_juju_conn.py @@ -369,7 +369,7 @@ class N2VCJujuConnector(N2VCConnector): # In case of native_charm is being deployed, if JujuApplicationExists error happens # it will try to add_unit - @retry(attempts=3, delay=5, retry_exceptions=(N2VCApplicationExists,)) + @retry(attempts=3, delay=5, retry_exceptions=(N2VCApplicationExists,), timeout=None) async def install_configuration_sw( self, ee_id: str, @@ -886,7 +886,6 @@ class N2VCJujuConnector(N2VCConnector): application_name=application_name, model_name=model_name, machine_id=machine_id, - db_dict=db_dict, total_timeout=total_timeout, ) else: