From eadac1ca54dc3d4aa5da69042439e936bb582fbb Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 3 Jan 2021 11:00:12 -0700 Subject: [PATCH] add ui build timeout env variable to ci --- .github/workflows/backend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 861ea83..04d7cad 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -13,6 +13,8 @@ jobs: python-version: [3.6, 3.8] os: [ubuntu-20.04] runs-on: ${{ matrix.os }} + env: + HYPERGLASS_UI_BUILD_TIMEOUT: 600 steps: - name: Git Checkout