We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db9dcc commit 4fced5bCopy full SHA for 4fced5b
test/integration/models/linode/test_linode.py
@@ -392,7 +392,7 @@ def test_linode_resize_with_migration_type(
392
# there is no resizing state in warm migration anymore hence wait for resizing and poll event
393
test_linode_client.polling.event_poller_create(
394
"linode", "linode_resize", entity_id=linode.id
395
- ).wait_for_next_event_finished(interval=5)
+ ).wait_for_next_event_finished(interval=5, timeout=500)
396
397
wait_for_condition(
398
10,
0 commit comments