[ITC][notification][Non-ACR][TSIX-4058, tct-notification-native failed on testhub... 90/236390/2
authorPriya Kohli <priya.kohli@samsung.com>
Tue, 16 Jun 2020 14:49:49 +0000 (20:19 +0530)
committershobhit verma <shobhit.v@samsung.com>
Tue, 16 Jun 2020 14:51:44 +0000 (14:51 +0000)
Change-Id: I9fca5e99e67ad0be0dddada6f5ec5fc0162b031a
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
src/itc/notification/ITs-notification-ex.c

index d5a3c869252f311b7c3f36d38f941452282e8f71..31a2c538c40f9347037884890f98764c0eae417d 100755 (executable)
@@ -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);