aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/old/testdir/runtest.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/old/testdir/runtest.vim b/test/old/testdir/runtest.vim
index f4a5950973..1f799401d3 100644
--- a/test/old/testdir/runtest.vim
+++ b/test/old/testdir/runtest.vim
@@ -231,10 +231,10 @@ func RunTheTest(test)
echo prefix .. 'Executing ' .. a:test
if has('timers')
- " 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
" assume we are stuck and need to break out.
let test_timeout_timer =
- \ timer_start(RunningWithValgrind() ? 50000 : 30000, 'TestTimeout')
+ \ timer_start(RunningWithValgrind() ? 90000 : 45000, 'TestTimeout')
let g:timeout_start = localtime()
endif