Problem: tests: test_crash.vim times out in CI ASAN builds
Solution: Increase timeout for ASAN or Valgrind runs
closes: #18725
Signed-off-by: Christian Brabandt <cb@256bit.org>
" Run the command in terminal and wait for it to complete via notification
func s:RunCommandAndWait(buf, cmd)
call term_sendkeys(a:buf, a:cmd .. "; printf '" .. TermNotifyParentCmd(v:false) .. "'\<cr>")
- call WaitForChildNotification()
+ if ValgrindOrAsan()
+ " test times out on ASAN CI builds
+ call WaitForChildNotification(10000)
+ else
+ call WaitForChildNotification()
+ endif
endfunc
func Test_crash1()
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1908,
/**/
1907,
/**/