Hi CI config "linux (huge, gcc, testgui, true)" is often failing with timeout. The last information in log is:
=== VIMRUNTIME=../../runtime ../vim -f -g -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_terminal2.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null Error: The action has timed out. === Should we comment out the following line in src/testdir/Makefile to figure out where it hangs? REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null Or perhaps that line should redirect to a temporary file, which could be shown in CI when the test fails, but not shown when it succeeds, so it generally does not bloat logs. Code coverage is also unstable, possibly as a result of failing CI. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAON-T_j5QKkhdg%3DxjRV%3DRne3fTjHNJN7vuzO%2BcexPY0nc%3DvEHQ%40mail.gmail.com.
