Added sleep time in the rate limiting test case (#946)

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
Jitendrakumar Kushavah
2024-06-10 19:35:10 +05:30
committed by GitHub
parent f308e2940c
commit 671d9a1558
2 changed files with 5 additions and 0 deletions

View File

@@ -549,6 +549,8 @@ def add_firmware_property_after_upgrade(add_allure_environment_property, get_tes
add_allure_environment_property(
"Firmware-Version_" + get_testbed_details["device_under_tests"][i]["identifier"],
str(dut_versions[i]))
time.sleep(4)
@pytest.fixture(scope="function")