Change time out 10s to 3s
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Tue, 19 Jun 2018 07:42:07 +0000 (16:42 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Tue, 19 Jun 2018 07:42:07 +0000 (16:42 +0900)
Change-Id: Iedb88adb78a712ce786d3e3cf49055666faed408
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/app.cpp

index a0e7130..d4c36f9 100644 (file)
@@ -46,7 +46,7 @@ extern "C"
 namespace wm
 {
 
 namespace wm
 {
 
-const unsigned kTimeOut = 10000000UL; /* 10s */
+static const unsigned kTimeOut = 3000000UL; /* 3s */
 
 /* DrawingArea name used by "{layout}.{area}" */
 const char kNameLayoutNormal[] = "normal";
 
 /* DrawingArea name used by "{layout}.{area}" */
 const char kNameLayoutNormal[] = "normal";