From: Otto Moerbeek Date: Thu, 5 Jun 2025 07:00:39 +0000 (+0200) Subject: Longer timeout for unit test run X-Git-Tag: dnsdist-2.0.0-beta1~52^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6efd0668407ec1ffeeb9775d9b092c8bfdd4b07e;p=thirdparty%2Fpdns.git Longer timeout for unit test run --- 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.