summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-Lua.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-Lua.cc b/tests/test-Lua.cc
index 93b0f32..60d9239 100644
--- a/tests/test-Lua.cc
+++ b/tests/test-Lua.cc
@@ -117,7 +117,7 @@ int sLua_ObjectTest::ObjectTest_proceed_statics(Lua & L, int n, int caller) thro
delete evt;
evt = NULL;
if (y < 5) {
- evt = new Events::Timeout(1.0f);
+ evt = new Events::Timeout(0.1f);
throw EAgain(evt);
}
break;