aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/keeper.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/keeper.lua b/tests/keeper.lua
index e485018..e758b54 100644
--- a/tests/keeper.lua
+++ b/tests/keeper.lua
@@ -3,7 +3,7 @@
3-- 3--
4-- Test program for Lua Lanes 4-- Test program for Lua Lanes
5-- 5--
6 6-- TODO: there is a random crash when nb_keepers > 1. Will have to investigate
7local lanes = require "lanes".configure{ with_timers = false, nb_keepers = 1, keepers_gc_threshold = 500} 7local lanes = require "lanes".configure{ with_timers = false, nb_keepers = 1, keepers_gc_threshold = 500}
8 8
9do 9do