summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 8f0c6ab909..33fa28e3c4 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -219,5 +219,6 @@ test('udev-test',
if conf.get('ENABLE_HWDB') == 1
hwdb_test_sh = find_program('hwdb-test.sh')
test('hwdb-test',
- hwdb_test_sh)
+ hwdb_test_sh,
+ timeout : 90)
endif