Skip to content

Commit

Permalink
Increse status update time
Browse files Browse the repository at this point in the history
  • Loading branch information
maddieford committed Aug 6, 2023
1 parent 919b9c7 commit 35fd0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_e2e/tests/agent_status/agent_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35fd0c3

Please sign in to comment.