Skip to content

Commit

Permalink
ci: deflake test_disable_agent_zero_slots (#10040)
Browse files Browse the repository at this point in the history
It turns out that k8s is just really slow sometimes.
  • Loading branch information
rb-determined-ai authored Oct 10, 2024
1 parent 4e0f1c4 commit b243c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/tests/cluster/test_agent_disable.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_disable_agent_zero_slots() -> None:

try:
with _disable_agent(admin, agent_id):
utils.wait_for_command_state(sess, command_id, "TERMINATED", 30)
utils.wait_for_command_state(sess, command_id, "TERMINATED", 120)
finally:
# Kill the command before failing so it does not linger.
command = ["det", "command", "kill", command_id]
Expand Down

0 comments on commit b243c26

Please sign in to comment.