Skip to content

Commit 77743af

Browse files
committed
timeouts multiply
1 parent 1acb840 commit 77743af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxstar/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def setup_template_task(template_id, name, user, ssh_key, cores, memory):
138138
print("[{}] Waiting until Proxmox is done provisioning.".format(name))
139139
job.meta['status'] = 'waiting for Proxmox'
140140
job.save_meta()
141-
timeout = 200
141+
timeout = 20
142142
retry = 0
143143
while retry < timeout:
144144
if not VM(vmid).is_provisioned():

0 commit comments

Comments
 (0)