comp_context_t *comp_ctx = comp_context_get_context();
if (comp_ctx && (TRUE == comp_ctx->mot_me) ) {
- g_timeout_add(1000, __perform_agent_pairwise, NULL);
+ g_timeout_add(10, __perform_agent_pairwise, NULL);
}
} else if (0 == g_strcmp0(signal_name, "remove_mo_done")) {
g_variant_get(parameters, "(i)", &result);
LOG_DEBUG("Result : %d", result);
- g_timeout_add(1000, __perform_remove_cred_at_local, NULL);
+ g_timeout_add(10, __perform_remove_cred_at_local, NULL);
} else if (0 == g_strcmp0(signal_name, "remove_cred_local_done")) {
g_variant_get(parameters, "(i)", &result);
device_uuid1 = NULL;
}
#endif
- g_timeout_add(1000, __perform_remove_mot_dev2, NULL);
+ g_timeout_add(10, __perform_remove_mot_dev2, NULL);
}
}
static int _subscribe_event()