From a4b873b0a7c060b59b9250bf9e2d6fd12e31e88f Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 21 Jun 2020 15:38:44 -0700 Subject: [PATCH] increase ui build timeout --- hyperglass/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperglass/util.py b/hyperglass/util.py index eabba61..0719857 100644 --- a/hyperglass/util.py +++ b/hyperglass/util.py @@ -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"