[IMPROVE] Increase launch timeout
authorDmitry Bogatov <D.Bogatov@samsung.com>
Tue, 23 Jul 2013 10:33:45 +0000 (14:33 +0400)
committerNikita Kalyazin <n.kalyazin@samsung.com>
Tue, 23 Jul 2013 12:39:28 +0000 (16:39 +0400)
Reason: 6 seconds are not enough on emulator,
huge value poses no treat as long application
actually launches.

daemon/daemon.c

index 6f4cbaf..b97fb05 100644 (file)
@@ -67,7 +67,7 @@
 #define SCREENSHOT_DIR                 "/tmp/da"
 
 #define EPOLL_SIZE                             10
-#define MAX_APP_LAUNCH_TIME            6
+#define MAX_APP_LAUNCH_TIME            60
 
 #define MAX_DEVICE                             10
 #define MAX_FILENAME                   128