static int g_waiting_time = 3000;
static int g_waiting_short_time = 500;
+static int g_waiting_time_for_preparing = 200;
static char* g_server_service_name = NULL;
static char* g_server_service_object = NULL;
SLOG(LOG_DEBUG, TAG_STTC, ">>>> Request stt hello : uid(%u)", uid);
}
- DBusMessage* result_msg = __stt_dbus_send_message_with_reply_and_block(msg, g_waiting_short_time);
+ DBusMessage* result_msg = __stt_dbus_send_message_with_reply_and_block(msg, g_waiting_time_for_preparing);
if (NULL != result_msg) {
dbus_message_unref(result_msg);
result_msg = NULL;