diff options
author | James McCoy <jamessan@jamessan.com> | 2023-12-18 17:46:25 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2023-12-18 17:46:25 -0500 |
commit | 1beef6cd21acff0c7ef083dc90f768689dceb7ca (patch) | |
tree | 63f9daf207229ecaa0c442abfa5493d083fe4929 | |
parent | 80f75d063d2fd2fabf0584a0167920af647f6e9e (diff) | |
download | rneovim-1beef6cd21acff0c7ef083dc90f768689dceb7ca.tar.gz rneovim-1beef6cd21acff0c7ef083dc90f768689dceb7ca.tar.bz2 rneovim-1beef6cd21acff0c7ef083dc90f768689dceb7ca.zip |
ci(s390x): double TEST_TIMEOUT since tests are running via qemu
-rw-r--r-- | .github/workflows/optional.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/optional.yml b/.github/workflows/optional.yml index ebaf23d29b..850b62b225 100644 --- 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 |