From: Priya Kohli Date: Tue, 16 Jun 2020 14:49:49 +0000 (+0530) Subject: [ITC][notification][Non-ACR][TSIX-4058, tct-notification-native failed on testhub... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d12115926f62b9e60dbc891a2eca67cfe9b60b64;p=test%2Ftct%2Fnative%2Fapi.git [ITC][notification][Non-ACR][TSIX-4058, tct-notification-native failed on testhub for tizeniot] Change-Id: I9fca5e99e67ad0be0dddada6f5ec5fc0162b031a Signed-off-by: Priya Kohli --- diff --git a/src/itc/notification/ITs-notification-ex.c b/src/itc/notification/ITs-notification-ex.c index d5a3c8692..31a2c538c 100755 --- a/src/itc/notification/ITs-notification-ex.c +++ b/src/itc/notification/ITs-notification-ex.c @@ -5612,6 +5612,7 @@ int ITc_noti_ex_reporter_send_error_p(void) START_TEST; int nReqID; + int nTimeoutId = 0; int nRet = NOTI_EX_ERROR_NONE; noti_ex_manager_events_s hEventManger = {0}; @@ -5649,6 +5650,7 @@ int ITc_noti_ex_reporter_send_error_p(void) 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);