mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 07:32:40 +00:00
Merge pull request #14794 from BK1603/gdbserver_fix
functionaltest: fix running tests under gdbserver
This commit is contained in:
@@ -2059,6 +2059,8 @@ describe('lua stdlib', function()
|
||||
-- Would wait ten seconds if results blocked.
|
||||
wait_result = vim.wait(10000, function() return vim.g.timer_result end)
|
||||
|
||||
timer:close()
|
||||
|
||||
return {
|
||||
time = (start_time + 5) > get_time(),
|
||||
wait_result = wait_result,
|
||||
@@ -2078,6 +2080,8 @@ describe('lua stdlib', function()
|
||||
|
||||
wait_result = vim.wait(300, function() return vim.g.timer_result end, nil, true)
|
||||
|
||||
timer:close()
|
||||
|
||||
return {
|
||||
wait_result = wait_result,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user