From 8f01fbeeca1a6f3d10ea42b312191532a4a830d4 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Tue, 19 Jun 2018 16:42:07 +0900 Subject: Change time out 10s to 3s Change-Id: Iedb88adb78a712ce786d3e3cf49055666faed408 Signed-off-by: Kazumasa Mitsunari --- src/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.cpp b/src/app.cpp index a0e7130..d4c36f9 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -46,7 +46,7 @@ extern "C" namespace wm { -const unsigned kTimeOut = 10000000UL; /* 10s */ +static const unsigned kTimeOut = 3000000UL; /* 3s */ /* DrawingArea name used by "{layout}.{area}" */ const char kNameLayoutNormal[] = "normal"; -- cgit 1.2.3-korg