]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Longer timeout for unit test run
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 5 Jun 2025 07:00:39 +0000 (09:00 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 5 Jun 2025 07:00:39 +0000 (09:00 +0200)
pdns/recursordist/meson.build

index 4e8401acc56c4dfed0b262500357cd61e6ec40c7..96b90bceca3641579de7d4486d4c7d66d5b8e3ee 100644 (file)
@@ -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.