mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 08:00:09 +01:00
meson: up the timeout to 10s per test
Fixes #26 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
de2daf8d36
commit
c2eaaa171e
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,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 + [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue