From 2373769e5bee27b06d637dc6691c872038001669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 11 Jun 2026 15:05:53 +0200 Subject: [PATCH] tests/build: Increase the focaltech_moc test timeout As per commit bad930503ce5 the test data is way bigger than it used to be, so the test duration is longer. Thus increase the timeout not to have failures --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 44d0a80e..b3ff0b07 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -59,7 +59,7 @@ drivers_tests = { 'fpcmoc': {}, 'realtek': {}, 'realtek-5816': {}, - 'focaltech_moc': {}, + 'focaltech_moc': { 'timeout': 30 }, 'focaltech_moc-6553': {}, 'mafpmoc': {}, 'secugen': {},