diff --git a/integration-tests/tools.nix b/integration-tests/tools.nix index 85d25aa..8c67732 100644 --- a/integration-tests/tools.nix +++ b/integration-tests/tools.nix @@ -145,7 +145,7 @@ let for node in ${targetList}: node.wait_for_unit("sshd.service") - deployer.succeed(f"ssh -o StrictHostKeyChecking=accept-new {node.name} true") + deployer.succeed(f"ssh -o StrictHostKeyChecking=accept-new {node.name} true", timeout=30) deployer.succeed("cp --no-preserve=mode -r ${bundle} /tmp/bundle && chmod u+w /tmp/bundle")