diff --git a/tests_e2e/tests/agent_status/agent_status.py b/tests_e2e/tests/agent_status/agent_status.py index 39bc43f8ee..4d312d32c2 100644 --- a/tests_e2e/tests/agent_status/agent_status.py +++ b/tests_e2e/tests/agent_status/agent_status.py @@ -175,8 +175,8 @@ def run(self): prev_status_timestamp = status_timestamp prev_gs_processed_log = gs_processed_log - # Sleep 10s to allow agent status to update before we check again - agent status should be updated every 6s - sleep(10) + # Sleep 15s to allow agent status to update before we check again + sleep(15) except InstanceViewAgentStatusException as e: instance_view_exception = str(e)