summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test/los_symm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/test/los_symm.lua')
-rw-r--r--crawl-ref/source/test/los_symm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/test/los_symm.lua b/crawl-ref/source/test/los_symm.lua
index beb809beee..43bce66928 100644
--- a/crawl-ref/source/test/los_symm.lua
+++ b/crawl-ref/source/test/los_symm.lua
@@ -63,5 +63,5 @@ local function run_los_tests(depth, nlevels, tests_per_level)
end
for depth = 1, 27 do
- run_los_tests(depth, 1, 10)
+ run_los_tests(depth, 1, 3)
end