Skip to content

Commit

Permalink
Added 30 sec wait time after config push
Browse files Browse the repository at this point in the history
Signed-off-by: jitendracandela <[email protected]>
  • Loading branch information
jitendracandela committed Dec 18, 2023
1 parent 8c81900 commit 72386af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/tip_2x/tip_2x.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ def setup_basic_configuration(self, configuration=None,
allure.attach(body=ap_logs, name="AP logs during config fails: ")
logging.error("Failed to apply Config, Response code:" + str(resp.status_code))
pytest.fail("Failed to apply Config, Response code :" + str(resp.status_code))

logging.info("Waiting for 30 sec after config push")
time.sleep(30)
r_data = self.dut_library_object.ubus_call_ucentral_status(idx=i, print_log=True, attach_allure=False)
uuid_after_apply = r_data["latest"]
x = 0
Expand Down

0 comments on commit 72386af

Please sign in to comment.