Bug 7868: Increase timeout for one request in car perf
[integration/test.git] / tools / odl-mdsal-clustering-tests / scripts / cluster_rest_script.py
index 818a729a45cb119dac070362c737e97b64769a6c..beefeed70dd6cc63349950186718a1484e2e8252 100644 (file)
@@ -208,7 +208,7 @@ def _request_sender(thread_id, preparing_function, auth, in_queue=None,
         req = preparing_function(odl_ip, port, item_list, auth)
         prep = req.prepare()
         try:
-            rsp = ses.send(prep, timeout=60)
+            rsp = ses.send(prep, timeout=600)
         except requests.exceptions.Timeout:
             counter[99] += 1
             logger.error("No response from %s", odl_ip)