neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 1beef6cd21acff0c7ef083dc90f768689dceb7ca
parent 80f75d063d2fd2fabf0584a0167920af647f6e9e
Author: James McCoy <jamessan@jamessan.com>
Date:   Mon, 18 Dec 2023 17:46:25 -0500

ci(s390x): double TEST_TIMEOUT since tests are running via qemu

Diffstat:
M.github/workflows/optional.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/optional.yml b/.github/workflows/optional.yml @@ -9,6 +9,8 @@ concurrency: env: INSTALL_PREFIX: ${{ github.workspace }}/nvim-install + # Double test timeout since it's running via qemu + TEST_TIMEOUT: 2400 # TEST_FILE: test/functional/shada # TEST_FILTER: foo