We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f67be commit b125c79Copy full SHA for b125c79
tests/from-nixos.nix
@@ -40,7 +40,7 @@
40
installer.succeed("chmod 600 /tmp/extra-files/home/user/.ssh/id_ed25519")
41
ssh_key_path = "/etc/ssh/ssh_host_ed25519_key.pub"
42
ssh_key_output = installer.wait_until_succeeds(f"""
43
- ssh -i /root/.ssh/install_key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \
+ timeout 3 ssh -i /root/.ssh/install_key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \
44
root@installed cat {ssh_key_path}
45
""")
46
installer.succeed("""
0 commit comments