diff options
Diffstat (limited to 'inputdev.cc')
-rw-r--r-- | inputdev.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputdev.cc b/inputdev.cc index 5774bd6..ce81561 100644 --- a/inputdev.cc +++ b/inputdev.cc @@ -82,7 +82,7 @@ static bool check_clock_gettime(void) } bool const MagicState::IS_SUPPORTED_ = check_clock_gettime(); -struct timespec const MagicState::TIMEOUT = { 1, 500000000 }; +struct timespec const MagicState::TIMEOUT = { 2, 500000000 }; int MagicState::compare(struct timespec const &a, struct timespec const &b) { |