I wrote:
> 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
Looks like this didn't make a difference. So why is it "cancelled by
user" after less than three minutes? Most of the action runs fail,
which means I tend to ignore them and they are hardly useful.
--
An easy way to determine if you have enough teamwork to be doomed is simply to
measure how long it takes from the time you decide to go to lunch together
until the time you actually eat.
(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/202009232106.08NL6IUe084720%40masaka.moolenaar.net.