diff options
author | Abouzar Parvan <[email protected]> | 2021-07-29 11:43:40 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-29 07:13:40 +0000 |
commit | fc36d2b29f0fd72c299bb7532df0655527bdecf3 (patch) | |
tree | e8461637de6e6a4592f13bf04d2fcb5771ee8f97 | |
parent | 667bc9a227d5cfee38f59b200f9dd447dfac6294 (diff) |
[Bugfix] Set 4 min timeout for installation (#1157)
-rw-r--r-- | .github/workflows/install.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index e31607fe..49c01c29 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -37,6 +37,7 @@ jobs: brew install neovim - name: Install LunarVim + timeout-minutes: 4 run: | bash ./utils/installer/install.sh --testing |