From 75261b5fa1767e8d46623a4a1013d30bb3cb2798 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Tue, 30 Jul 2013 14:15:54 -0700 Subject: Speeding up tests a bit. --- tests/test-Lua.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.3