Skip to content

Commit

Permalink
fix(agent): add more timeout for python_test (#2949)
Browse files Browse the repository at this point in the history
* fix(agent): add async call to heartbeat.

* fix(python_test): add a longer timeout.

* Revert "fix(agent): add async call to heartbeat."

This reverts commit 940a977.

---------

Co-authored-by: Luiz Pegoraro <[email protected]>
  • Loading branch information
lpegoraro and Luiz Pegoraro authored Jan 25, 2024
1 parent 3795536 commit 8acc26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-test/features/steps/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def check_agent_status_after_seconds(context, status, seconds):

@step('the agent status is {status}')
def check_agent_status(context, status):
timeout = 30
timeout = 60
token = context.token
agent_status, context.agent = wait_until_expected_agent_status(token, context.agent['id'], status, timeout=timeout)
logs = get_orb_agent_logs(context.container_id)
Expand Down

0 comments on commit 8acc26b

Please sign in to comment.