]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Raise nm timeout in the sanitizer defaults check
authorMichal Nowak <mnowak@isc.org>
Tue, 2 Jun 2026 09:37:03 +0000 (09:37 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 30 Jun 2026 15:03:25 +0000 (17:03 +0200)
A 1 second timeout could abort the check on loaded runners.

Assisted-by: Claude:claude-opus-4-8
ci/sanitizer_default_check.py

index 9a72a00387adccf7f74148978f849bf65ff131cc..f6960f8e47f253a9eabeb02979af287c058e6af7 100755 (executable)
@@ -56,7 +56,7 @@ with (build / "meson-info" / "intro-targets.json").open() as f:
                 ["nm", target["filename"][0]],
                 stdin=None,
                 stdout=subprocess.PIPE,
-                timeout=1,
+                timeout=60,
                 check=True,
                 shell=False,
             )