mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-15 23:32:51 -04:00
Raise nm timeout in the sanitizer defaults check
A 1 second timeout could abort the check on loaded runners. Assisted-by: Claude:claude-opus-4-8
This commit is contained in:
parent
3d9adf2e4e
commit
03bf372c67
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue