Increased sleep time in wifi_capacity method

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2024-06-04 17:31:45 +05:30
parent 0438d09677
commit 62910d67e1

View File

@@ -1217,7 +1217,7 @@ class lf_tests(lf_libs):
print(e)
pass
report_name = wificapacity_obj.report_name[0]['LAST']["response"].split(":::")[1].split("/")[-1] + "/"
time.sleep(10)
time.sleep(15)
logging.info("report_name: " + str(report_name))
self.attach_report_graphs(report_name=report_name)
self.attach_report_kpi(report_name=report_name)