forked from mirrors/thatmattlove-hyperglass
increase ui build timeout
This commit is contained in:
parent
68519ba8c3
commit
a4b873b0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ async def build_ui(app_path):
|
|||
"""
|
||||
import asyncio
|
||||
|
||||
timeout = 60
|
||||
timeout = 120
|
||||
|
||||
ui_dir = Path(__file__).parent / "ui"
|
||||
build_dir = app_path / "static" / "ui"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue