Skip to content

Commit 4fced5b

Browse files
authored
update warm resizing test case (#474)
1 parent 9db9dcc commit 4fced5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/models/linode/test_linode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def test_linode_resize_with_migration_type(
392392
# there is no resizing state in warm migration anymore hence wait for resizing and poll event
393393
test_linode_client.polling.event_poller_create(
394394
"linode", "linode_resize", entity_id=linode.id
395-
).wait_for_next_event_finished(interval=5)
395+
).wait_for_next_event_finished(interval=5, timeout=500)
396396

397397
wait_for_condition(
398398
10,

0 commit comments

Comments
 (0)