Rename netconf-impl to netconf-api
[integration/test.git] / csit / libraries / ClusterEntities.py
index 9f51f09e4ce5652f5f8594c3f92775511e7aff8a..ad396a83d8a1e10e4b09baece72517c46d8957b7 100644 (file)
@@ -18,7 +18,7 @@ def get_entities(restconf_url):
             "User-Agent": "csit agent",
         },
         auth=("admin", "admin"),
-        timeout=5.0,
+        timeout=10.0,
     )
 
     info(
@@ -90,7 +90,7 @@ def get_entity(restconf_url, e_type, e_name):
         },
         data=data,
         auth=("admin", "admin"),
-        timeout=5.0,
+        timeout=10.0,
     )
 
     info(
@@ -141,7 +141,7 @@ def get_entity_owner(restconf_url, e_type, e_name):
         },
         data=data,
         auth=("admin", "admin"),
-        timeout=5.0,
+        timeout=10.0,
     )
 
     info(
@@ -178,7 +178,7 @@ def get_entities_data(restconf_url):
             "User-Agent": "csit agent",
         },
         auth=("admin", "admin"),
-        timeout=5.0,
+        timeout=10.0,
     )
 
     info(
@@ -210,7 +210,7 @@ def get_entity_type_data(restconf_url, e_type):
             "User-Agent": "csit agent",
         },
         auth=("admin", "admin"),
-        timeout=5.0,
+        timeout=10.0,
     )
 
     info(