]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: test: Increase timeout for reload-based kasp signing checks
authorMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 14:49:01 +0000 (16:49 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 14:49:01 +0000 (16:49 +0200)
commitae09ace7d962b3129c2eaebadf18780d4b402804
treefa1c512d640498e65cadf078096a3daada782112
parent840cf8e434af2d604da4a98e3b28156848f92d8f
parent1b2d92be14068f1466add034466543e7e8e7075c
[9.20] fix: test: Increase timeout for reload-based kasp signing checks

```
______________________________ test_kasp_default _______________________________
[gw0] freebsd15 -- Python 3.11.15 /usr/local/bin/python3.11
/home/ec2-user/builds/isc-private/bind9/bin/tests/system/kasp/tests_kasp.py:910: in test_kasp_default
    isctest.run.retry_with_timeout(update_is_signed, timeout=5)
/home/ec2-user/builds/isc-private/bind9/bin/tests/system/isctest/run.py:164: in retry_with_timeout
    assert False, msg
E   AssertionError: tests_kasp.test_kasp_default.<locals>.update_is_signed() timed out after 5 s
E   assert False
```

Backport of MR !12151

Merge branch 'backport-mnowak/kasp-default-update-is-signed-timeout-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!12155