diff --git a/bin/tests/system/isctest/kasp.py b/bin/tests/system/isctest/kasp.py index 0fac77ff45..604a4f8669 100644 --- a/bin/tests/system/isctest/kasp.py +++ b/bin/tests/system/isctest/kasp.py @@ -1609,5 +1609,5 @@ def wait_keymgr_done(server: NamedInstance, zone: str, reconfig: bool = False) - messages.append("received control channel command 'reconfig'") messages.append("apply_configuration") messages.append(f"keymgr: {zone} done") - with server.watch_log_from_start() as watcher: + with server.watch_log_from_start(timeout=60) as watcher: watcher.wait_for_sequence(messages)