Skip to content

Commit

Permalink
Increase default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Jul 27, 2019
1 parent 1e54e45 commit 3a6a8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/plugin/shared.vim
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ endfunc
" When running into the timeout an exception is thrown, thus the function does
" not return.
func WaitFor(expr, ...)
let timeout = get(a:000, 0, 5000)
let timeout = get(a:000, 0, 10000)
let slept = s:WaitForCommon(a:expr, v:null, timeout)
if slept < 0
throw 'WaitFor() timed out after ' . timeout . ' msec'
Expand Down

0 comments on commit 3a6a8ca

Please sign in to comment.