From: Daan De Meyer Date: Tue, 5 Apr 2022 13:03:27 +0000 (+0200) Subject: Set SSH timeout to 4 minutes for integration tests X-Git-Tag: v13~50^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f09cf4d717e5191d017a9152617cf3afbbead70e;p=thirdparty%2Fmkosi.git Set SSH timeout to 4 minutes for integration tests --- diff --git a/mkosi/machine.py b/mkosi/machine.py index 01b9f70af..a300af8ab 100644 --- a/mkosi/machine.py +++ b/mkosi/machine.py @@ -69,6 +69,7 @@ class Machine: tmp.hostonly_initrd = True tmp.netdev = True tmp.ssh = True + tmp.ssh_timeout = 240 elif tmp.verb not in (Verb.shell, Verb.boot): die("No valid verb was entered.")