From bc525acebe8dbe4ec89e73703906b46fa6206d89 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Fri, 6 Jan 2012 17:54:40 +0100 Subject: update for LEM 0.3 --- qtest.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtest.lua') diff --git a/qtest.lua b/qtest.lua index c1c0f18..bc3dfe2 100755 --- a/qtest.lua +++ b/qtest.lua @@ -105,7 +105,8 @@ do db:unlock() end -utils.timer(1.0, function() +utils.spawn(function() + utils.sleeper():sleep(1.0) assert(db:exec('DROP TABLE mytable')) end) -- cgit v1.2.1