]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Increase timeout for reload-based kasp signing checks
authorMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 13:59:18 +0000 (15:59 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 13:59:18 +0000 (15:59 +0200)
commit8dec58772c8a4c720626972335e8b0ff99940ed0
tree479705be7f80e71b5502c708c6496f863c27ac95
parent14a1e0d2a9450b4d90e04583d4d422ca72ba1eab
parenta2ccc04ae3fddd1786f7ac8f1b6fc637d818a190
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
```

Merge branch 'mnowak/kasp-default-update-is-signed-timeout' into 'main'

See merge request isc-projects/bind9!12151