mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Increased sleep time in wifi_capacity method
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user