]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec meson followup: extend unittest max time once more, ubicloud is slow in some... 15636/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 6 Jun 2025 08:38:33 +0000 (10:38 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 6 Jun 2025 08:40:25 +0000 (10:40 +0200)
And add trixie to dnsdist and rec daily package build targets

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
.github/workflows/build-packages-daily-master.yml
pdns/recursordist/meson.build

index f262ad8daa38a947d7a79ee802328de76d04fdd5..332418d08436416a56b9b1155b74e2f8b811bd14 100644 (file)
@@ -43,6 +43,7 @@ jobs:
           el-9
           debian-bullseye
           debian-bookworm
+          debian-trixie
           ubuntu-jammy
           ubuntu-noble
     secrets:
@@ -62,6 +63,7 @@ jobs:
           el-9
           debian-bullseye
           debian-bookworm
+          debian-trixie
           ubuntu-jammy
           ubuntu-noble
     secrets:
index 96b90bceca3641579de7d4486d4c7d66d5b8e3ee..efa8e5c603b8f31aa1d55d6d9c3893aec822cd61 100644 (file)
@@ -593,7 +593,8 @@ foreach tool, info: tools
 endforeach
 
 if get_option('unit-tests')
-  test('testrunner', testrunner, timeout: 60) # default timeout of 30s is a bit short for some targets
+  # default timeout of 30s is too short for some ubicloud targets. Unknown *why* they are so slow.
+  test('testrunner', testrunner, timeout: 120)
 endif
 
 # Man-pages.