discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9eba966126c00ad8de1a20a7182e5f757d8f36b2

commit 9eba966126c00ad8de1a20a7182e5f757d8f36b2
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Mar 16 14:32:15 2016 -0400

    reduce wizard connman timeout timer to 0.5s
    
    dbus is not this slow.
---
 src/modules/wizard/page_110.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/wizard/page_110.c b/src/modules/wizard/page_110.c
index cbca7ee..5f710a3 100644
--- a/src/modules/wizard/page_110.c
+++ b/src/modules/wizard/page_110.c
@@ -127,7 +127,7 @@ wizard_page_show(E_Wizard_Page *pg)
                                                _check_connman_owner, pg);
         if (connman_timeout)
           ecore_timer_del(connman_timeout);
-        connman_timeout = ecore_timer_add(2.0, _connman_fail, pg);
+        connman_timeout = ecore_timer_add(0.5, _connman_fail, pg);
         have_connman = EINA_TRUE;
         e_wizard_button_next_enable_set(0);
      }

-- 


Reply via email to