We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d164e15 commit e0e2117Copy full SHA for e0e2117
src/middlewared/middlewared/plugins/virt/instance.py
@@ -350,7 +350,7 @@ async def running_cb(data):
350
'source': source,
351
'type': 'container' if data['instance_type'] == 'CONTAINER' else 'virtual-machine',
352
'start': data['autostart'],
353
- }}, running_cb)
+ }}, running_cb, timeout=15 * 60) # We will give 15 minutes to incus to download relevant image and then timeout
354
355
return await self.middleware.call('virt.instance.get_instance', data['name'])
356
0 commit comments