Subject: Update create.py From: kalebskeithley kkeithle@redhat.com Thu Nov 1 09:18:34 2018 -0400 Date: Thu Nov 15 12:05:36 2018 -0500: Git: c30b3bc6119aeb3d32e0e899a581c3cafd7aab8b 100 is a bit too short for managing/creating vms over the corporate VPN. About half the time it times out and I have to exit the virtmgr app and restart it to see the new vm. diff --git a/virtManager/create.py b/virtManager/create.py index a60e9a3f..d3844a52 100644 --- a/virtManager/create.py +++ b/virtManager/create.py @@ -2123,7 +2123,7 @@ class vmmCreate(vmmGObjectUI): self.conn.schedule_priority_tick(pollvm=True) count = 0 foundvm = None - while count < 100: + while count < 200: for vm in self.conn.list_vms(): if vm.get_uuid() == guest.uuid: foundvm = vm