chore: update distros in package installer
This commit is contained in:
parent
6589caf322
commit
1840bdab95
4 changed files with 13 additions and 11 deletions
2
blend
2
blend
|
@ -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.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue