diff --git a/tests/fixtures_2x.py b/tests/fixtures_2x.py index 4560f008b..1e22051a3 100644 --- a/tests/fixtures_2x.py +++ b/tests/fixtures_2x.py @@ -754,7 +754,8 @@ class Fixtures_2x: print("AP is Not Broadcasting Applied Config") allure.attach(name="Failed to Apply Config : Active Config in AP : ", body=str(ap_config_active)) time.sleep(10) - + ap_ssh.run_generic_command(cmd="wifi") + time.sleep(50) try: iwinfo = ap_ssh.iwinfo() allure.attach(name="iwinfo: ", body=str(iwinfo))