projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8e455
)
meson: up the timeout to 10s per test
author
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 11 Jul 2022 05:16:23 +0000
(15:16 +1000)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 17 Nov 2023 10:55:47 +0000
(19:55 +0900)
Fixes #26
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index e2136ec7bd29220d8158bbfc9f50715276172b8a..4ffac1f59ad18557b6bcae38b2fb06914b4ef810 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-196,7
+196,7
@@
if dep_check.found()
include_directories: [includes_include],
dependencies: [dep_libevdev, dep_check],
install: false)
- test('test-libevdev', test_libevdev, suite: 'library')
+ test('test-libevdev', test_libevdev, suite: 'library'
, env: ['CK_DEFAULT_TIMEOUT=10']
)
test_kernel = executable('test-kernel',
sources: src_common + [