Supplement db recovery tool
[platform/core/appfw/pkgmgr-info.git] / src / pkgmgrinfo_private.c
index ce7cca6..04cfb65 100644 (file)
@@ -556,7 +556,7 @@ int __appinfo_check_installed_storage(application_x *appinfo)
 }
 
 #define BUSY_WAITING_USEC (1000000 / 10 / 2) /* 0.05 sec */
-#define BUSY_WAITING_MAX 20 /* wait for max 1 sec */
+#define BUSY_WAITING_MAX 100 /* wait for max 5 sec */
 static int __db_busy_handler(void *data, int count)
 {
        if (count < BUSY_WAITING_MAX) {