Skip to content

Commit 89a3932

Browse files
authored
chore: increase clone timeout (#111)
* chore: increase clone timeout * fixup! chore: increase clone timeout
1 parent 7ad7097 commit 89a3932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/elixir/elixirls/compile.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function M.compile(source_path, install_path, opts)
4545

4646
-- sync is just for testing
4747
if do_sync then
48-
compile:sync(180000)
48+
compile:sync(300000)
4949
else
5050
compile:start()
5151
end

lua/elixir/elixirls/download.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function M.clone(dir, opts)
2222
enable_recording = true,
2323
}
2424

25-
clone:sync()
25+
clone:sync(60000)
2626

2727
assert(clone.code == 0, "Failed to clone")
2828

0 commit comments

Comments
 (0)