From 3c86a96e75fb6ab5f7d777996703968e5659db7b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 23 Feb 2012 02:39:50 +1000 Subject: Implement llSleep(), and wait a bit longer for the test, now that it's sleeping properly. --- LuaSL/src/LuaSL_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL_test.c') diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c index 1b434f9..9053878 100644 --- a/LuaSL/src/LuaSL_test.c +++ b/LuaSL/src/LuaSL_test.c @@ -124,7 +124,7 @@ static Eina_Bool _add(void *data, int type __UNUSED__, Ecore_Con_Event_Server_Ad snprintf(buf, sizeof(buf), "%s/Test sim/objects", PACKAGE_DATA_DIR); eina_file_dir_list(buf, EINA_TRUE, dirList_compile, game); // Wait awhile, then quit all scripts we started, for testing. - ecore_timer_add(2.0, _quit_timer_cb, game); + ecore_timer_add(3.5, _quit_timer_cb, game); return ECORE_CALLBACK_RENEW; } -- cgit v1.1