diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-07-24 10:23:15 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2021-07-24 10:23:15 +0200 |
commit | 13db912e5157259e1a1a20ea61b5883c22f36578 (patch) | |
tree | 02b53c75063dbca35323f0f9fae37f8debe14b1e | |
parent | a3e2636afdd4d45c8e56dd5acfbbbb059f4e24c4 (diff) | |
download | rneovim-13db912e5157259e1a1a20ea61b5883c22f36578.tar.gz rneovim-13db912e5157259e1a1a20ea61b5883c22f36578.tar.bz2 rneovim-13db912e5157259e1a1a20ea61b5883c22f36578.zip |
fix(ci): lower timeout to 45 minutes (from default 360 mins)
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa16a94802..3b89730434 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: runner: ubuntu-20.04 os: linux runs-on: ${{ matrix.runner }} + timeout-minutes: 45 if: github.event.pull_request.draft == false env: CC: ${{ matrix.cc }} |