Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Feb 25, 2024
1 parent 75606ef commit 03d295a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/z_cluster/nodes/test_nodes_maintenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ def test_node_maintenance_restart_activate(
wait_for_nodes_status(
node_names=[typed_node_name],
status=constants.NODE_READY_SCHEDULING_DISABLED,
timeout=600,
sleep=20,
)

# Mark the node back to schedulable
Expand Down

0 comments on commit 03d295a

Please sign in to comment.