increase qa tutorial timeout to 20s

SVN revision: 76165
This commit is contained in:
Mike Blumenkrantz 2012-09-05 06:43:04 +00:00
parent 75e8629ebf
commit 47e71d7c3c
1 changed files with 2 additions and 2 deletions

View File

@ -903,7 +903,7 @@ _e_qa_dia_del(void *data __UNUSED__)
if (qa_mod->help_timeout)
ecore_timer_reset(qa_mod->help_timeout);
else
qa_mod->help_timeout = ecore_timer_add(10.0, _e_qa_help_timeout, NULL);
qa_mod->help_timeout = ecore_timer_add(20.0, _e_qa_help_timeout, NULL);
}
static void
@ -914,7 +914,7 @@ _e_qa_demo_dia_del(void *data __UNUSED__)
if (qa_mod->help_timeout)
ecore_timer_reset(qa_mod->help_timeout);
else
qa_mod->help_timeout = ecore_timer_add(10.0, _e_qa_help_timeout, NULL);
qa_mod->help_timeout = ecore_timer_add(20.0, _e_qa_help_timeout, NULL);
}
static void