diff options
author | Nicolas Noble <nnoble@blizzard.com> | 2013-07-30 14:15:54 -0700 |
---|---|---|
committer | Nicolas Noble <nnoble@blizzard.com> | 2013-07-30 14:15:54 -0700 |
commit | 75261b5fa1767e8d46623a4a1013d30bb3cb2798 (patch) | |
tree | 8de705dc4eb80aff39610e6492de2b61271d125f /tests | |
parent | 8bb55a25830c3f7d2c67c8571786b6806fb8f515 (diff) |
Speeding up tests a bit.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-Lua.cc | 2 |
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; |