chore: update distros in package installer

This commit is contained in:
Rudra Saraswat 2024-02-09 23:16:52 +05:30
parent 6589caf322
commit 1840bdab95
4 changed files with 13 additions and 11 deletions

2
blend
View file

@ -144,7 +144,7 @@ def core_start_container(name, new_container=False):
exit(1)
logproc = pexpect.spawn(
'podman', args=['logs', '-f', '--since', str(start_time), name], timeout=300)
'podman', args=['logs', '-f', '--since', str(start_time), name], timeout=3600)
logproc.logfile_read = sys.stdout.buffer
logproc.expect('Started container.')