Skip to content

Commit

Permalink
test: increase sleep for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandron committed Aug 2, 2024
1 parent 59d1340 commit 108261c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/query_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end

local function async_get(command)
child.lua([[require('nio').run(function() vim.b.result = ]] .. command .. [[ end)]])
vim.uv.sleep(5)
vim.uv.sleep(20)
return child.b.result
end

Expand Down
2 changes: 1 addition & 1 deletion tests/runspec_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ T["get_package()"] = new_set()

local function async_get(command)
child.lua([[require('nio').run(function() vim.b.result = ]] .. command .. [[ end)]])
vim.uv.sleep(5)
vim.uv.sleep(20)
return child.b.result
end

Expand Down

0 comments on commit 108261c

Please sign in to comment.