reduce timeout value of image processing 41/156941/1 accepted/tizen/unified/20171102.061633 submit/tizen/20171023.002946
authorJongkyu Koo <jk.koo@samsung.com>
Fri, 20 Oct 2017 09:16:55 +0000 (18:16 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Mon, 23 Oct 2017 00:25:47 +0000 (00:25 +0000)
Change-Id: Idf6ba7f513325ff94321b6382f375bc4b2141438
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
common/ctsvc_image_util.c

index 2046c03..10f23fc 100644 (file)
@@ -295,7 +295,7 @@ static int _ctsvc_image_util_transform_run(transformation_h transform,
                /* LCOV_EXCL_STOP */
        }
 
-       end_time = g_get_monotonic_time() + 4000 * G_TIME_SPAN_MILLISECOND;
+       end_time = g_get_monotonic_time() + 2000 * G_TIME_SPAN_MILLISECOND;
        if (!g_cond_wait_until(&info->cond, &info->mutex, end_time)) {
                /* timeout has passed */
                /* LCOV_EXCL_START */