Skip to content

Commit 1fedc8e

Browse files
committed
Updated timeout to find migration job
Signed-off-by: chandramerla <Chandra.Merla@ibm.com>
1 parent a78ac30 commit 1fedc8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/virt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ def wait_for_updated_kv_value(admin_client, hco_namespace, path, value, timeout=
22022202

22032203

22042204
# function waits when VMIM resource created by cluster automatically (e.g. after node drain OR hotplug)
2205-
def get_created_migration_job(vm, timeout=TIMEOUT_1MIN, client=None):
2205+
def get_created_migration_job(vm, timeout=TIMEOUT_2MIN, client=None):
22062206
sampler = TimeoutSampler(
22072207
wait_timeout=timeout,
22082208
sleep=TIMEOUT_5SEC,

0 commit comments

Comments
 (0)