Change-Id: I9fca5e99e67ad0be0dddada6f5ec5fc0162b031a
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
START_TEST;
int nReqID;
+ int nTimeoutId = 0;
int nRet = NOTI_EX_ERROR_NONE;
noti_ex_manager_events_s hEventManger = {0};
nRet = noti_ex_reporter_post(g_hEventinfoReporter, hGroupItem, &nReqID);
PRINT_RESULT_NORETURN(NOTI_EX_ERROR_NONE, nRet, "noti_ex_reporter_post", NotificationExGetError(nRet));
+ RUN_POLLING_LOOP;
if (g_bAPIFailed)
{
FPRINTF("[Line : %d][%s] noti_ex_reporter_send_error() target API failed\\n", __LINE__, API_NAMESPACE);