Added 45 sec time sleep

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2024-03-06 13:59:58 +05:30
parent f7076df4f0
commit 27955f2340

View File

@@ -178,6 +178,8 @@ class lf_libs:
logging.info("Scenario name: " + str(self.scenario)) logging.info("Scenario name: " + str(self.scenario))
self.create_dhcp_external() self.create_dhcp_external()
self.chamber_view(raw_lines="default") self.chamber_view(raw_lines="default")
logging.info("sleep time 45 sec")
time.sleep(45)
self.temp_raw_lines = self.default_scenario_raw_lines.copy() self.temp_raw_lines = self.default_scenario_raw_lines.copy()
self.setup_dut() self.setup_dut()
# except Exception as e: # except Exception as e: