#define HOSTNAME "127.0.0.1"
#define PORT 8080
-#define CLIENT_LIMIT 10
+#define CLIENT_LIMIT 3
static Eina_Bool startup_status = EINA_FALSE;
static Ecore_Con_Server *svr = NULL;
}
if (ok == EINA_TRUE)
{
- if (ecore_timer_add(1.0, _quit_timer_cb, NULL) == NULL)
+ if (ecore_timer_add(5.0, _quit_timer_cb, NULL) == NULL)
{
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed (timer cannot be created for testing)..", __FILE__, __LINE__);
}
}
if (ok == EINA_TRUE)
{
- if (ecore_timer_add(1.0, _quit_timer_cb, NULL) == NULL)
+ if (ecore_timer_add(5.0, _quit_timer_cb, NULL) == NULL)
{
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed (timer cannot be created for testing)..", __FILE__, __LINE__);
}