We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727bb37 commit 04be7b4Copy full SHA for 04be7b4
src/testdir/runtest.vim
@@ -244,10 +244,10 @@ func RunTheTest(test)
244
echoconsole prefix .. 'Executing ' .. a:test
245
246
if has('timers')
247
- " No test should take longer than 30 seconds. If it takes longer we
+ " No test should take longer than 45 seconds. If it takes longer we
248
" assume we are stuck and need to break out.
249
let test_timeout_timer =
250
- \ timer_start(RunningWithValgrind() ? 50000 : 30000, 'TestTimeout')
+ \ timer_start(RunningWithValgrind() ? 90000 : 45000, 'TestTimeout')
251
let g:timeout_start = localtime()
252
endif
253
0 commit comments