summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/e_startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_startup.c b/src/bin/e_startup.c
index 0d58ea090a..0286375e25 100644
--- a/src/bin/e_startup.c
+++ b/src/bin/e_startup.c
@@ -31,7 +31,7 @@ e_startup_mode_set(E_Startup_Mode mode)
ecore_event_handler_add(EFREET_EVENT_DESKTOP_CACHE_BUILD,
_e_startup_event_cb, NULL);
if (timer) ecore_timer_del(timer);
- timer = ecore_timer_add(10.0, _e_startup_time_exceeded, NULL);
+ timer = ecore_timer_add(20.0, _e_startup_time_exceeded, NULL);
e_init_undone();
}