1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

add ui build timeout env variable to ci

This commit is contained in:
checktheroads 2021-01-03 11:00:12 -07:00
parent 4680f30fca
commit eadac1ca54

View file

@ -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