Skip to content

Commit

Permalink
update warm resizing test case (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai authored Nov 12, 2024
1 parent 9db9dcc commit 4fced5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/models/linode/test_linode.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def test_linode_resize_with_migration_type(
# there is no resizing state in warm migration anymore hence wait for resizing and poll event
test_linode_client.polling.event_poller_create(
"linode", "linode_resize", entity_id=linode.id
).wait_for_next_event_finished(interval=5)
).wait_for_next_event_finished(interval=5, timeout=500)

wait_for_condition(
10,
Expand Down

0 comments on commit 4fced5b

Please sign in to comment.