From 6efd0668407ec1ffeeb9775d9b092c8bfdd4b07e Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 5 Jun 2025 09:00:39 +0200 Subject: [PATCH] Longer timeout for unit test run --- pdns/recursordist/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/meson.build b/pdns/recursordist/meson.build index 4e8401acc5..96b90bceca 100644 --- a/pdns/recursordist/meson.build +++ b/pdns/recursordist/meson.build @@ -593,7 +593,7 @@ foreach tool, info: tools endforeach if get_option('unit-tests') - test('testrunner', testrunner) + test('testrunner', testrunner, timeout: 60) # default timeout of 30s is a bit short for some targets endif # Man-pages. -- 2.47.2