To: vim_dev@googlegroups.com Subject: Patch 8.2.1334 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1334 Problem: Github workflow timeout needs tuning Solution: Use a 10 minute timeout. Fail when timing out. (Ken Takata, closes #6590) Files: .github/workflows/ci-windows.yaml *** ../vim-8.2.1333/.github/workflows/ci-windows.yaml 2020-07-31 22:17:27.680892838 +0200 --- .github/workflows/ci-windows.yaml 2020-08-01 12:24:25.881985760 +0200 *************** *** 210,223 **** echo %COL_GREEN%Wait for vim tests to finish.%COL_RESET% cd ..\src2\testdir ! :: Wait about 5 minutes. ! for /L %%i in (1,1,300) do ( if exist done.txt goto exitloop ping -n 2 localhost > nul ) ! echo %COL_RED%Timed out.%COL_RESET% :exitloop echo %COL_GREEN%Test results of vim:%COL_RESET% if exist messages type messages nmake -nologo -f Make_dos.mak report VIMPROG=..\..\src\vim || exit 1 --- 210,227 ---- echo %COL_GREEN%Wait for vim tests to finish.%COL_RESET% cd ..\src2\testdir ! :: Wait about 10 minutes. ! for /L %%i in (1,1,600) do ( if exist done.txt goto exitloop ping -n 2 localhost > nul ) ! set timeout=1 :exitloop echo %COL_GREEN%Test results of vim:%COL_RESET% if exist messages type messages nmake -nologo -f Make_dos.mak report VIMPROG=..\..\src\vim || exit 1 + if "%timeout%"=="1" ( + echo %COL_RED%Timed out.%COL_RESET% + exit 1 + ) *** ../vim-8.2.1333/src/version.c 2020-08-01 00:03:02.972887783 +0200 --- src/version.c 2020-08-01 12:25:31.549808607 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1334, /**/ -- From "know your smileys": |-( Contact lenses, but has lost them /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///