Patch 8.2.1735
Problem: Github actions appear to timeout too soon.
Solution: use "timeout" instead of "ping".
Files: .github/workflows/ci-windows.yaml
*** ../vim-8.2.1734/.github/workflows/ci-windows.yaml 2020-08-31
21:30:28.994020232 +0200
--- .github/workflows/ci-windows.yaml 2020-09-23 22:25:25.166148685 +0200
***************
*** 212,220 ****
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
--- 212,220 ----
echo %COL_GREEN%Wait for vim tests to finish.%COL_RESET%
cd ..\src2\testdir
:: Wait about 10 minutes.
! for /L %%i in (1,1,60) do (
if exist done.txt goto exitloop
! timeout 10
)
set timeout=1
:exitloop
*** ../vim-8.2.1734/src/version.c 2020-09-23 21:57:16.641934712 +0200
--- src/version.c 2020-09-23 22:26:55.369871932 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1735,
/**/
--
Managers are like cats in a litter box. They instinctively shuffle things
around to conceal what they've done.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
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/202009232027.08NKRm5n073890%40masaka.moolenaar.net.