summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-08-02 22:13:36 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-08-02 22:13:36 +0800
commita6a37500fb306d5aaf14306f5aa7d00f86483133 (patch)
treeaff25d3e025fd2ddccac9e0eb7610c9c9ab378d9 /test
parent2ddf4cd749b3fcbaba8123d074a790b4868fa1e1 (diff)
downloadlua-language-server-a6a37500fb306d5aaf14306f5aa7d00f86483133.zip
add cache
Diffstat (limited to 'test')
-rw-r--r--test/full/example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/full/example.lua b/test/full/example.lua
index a33c9385..38e649eb 100644
--- a/test/full/example.lua
+++ b/test/full/example.lua
@@ -15,7 +15,7 @@ local function testIfExit(path)
local vm
local clock = os.clock()
- local max = 100
+ local max = 1
local need
local parseClock = 0
local compileClock = 0