forked from mirrors/thatmattlove-hyperglass
fix missing build-ui timeout argument
This commit is contained in:
parent
207b6ab9de
commit
7c41c577d0
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ def start(build, direct, workers): # noqa: C901
|
|||
try:
|
||||
|
||||
if build:
|
||||
build_complete = build_ui()
|
||||
build_complete = build_ui(timeout=180)
|
||||
|
||||
if build_complete and not direct:
|
||||
start(**kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue