summaryrefslogtreecommitdiff
path: root/subplot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-12 12:57:31 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-12 12:57:31 +0300
commitdccb999d6d012131e36371ed0b4b59e0056ffd37 (patch)
tree90e6c366aa26654a6174f4f2dcca5a0ce0f1791b /subplot
parent5cf7f0e4ddaa642af7bdebe88f1d796dbb19403f (diff)
downloaddebian-ansible-dccb999d6d012131e36371ed0b4b59e0056ffd37.tar.gz
fix: make qemumgr wait for ssh port longer
Sponsored-by: author
Diffstat (limited to 'subplot')
-rwxr-xr-xsubplot/qemumgr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot/qemumgr.py b/subplot/qemumgr.py
index 69a2ce0..c4fd385 100755
--- a/subplot/qemumgr.py
+++ b/subplot/qemumgr.py
@@ -157,7 +157,7 @@ class QemuSystem:
return True
return None
- return wait_for(ssh_ok, 120, sleep=5)
+ return wait_for(ssh_ok, 300, sleep=5)
def ssh(self, argv):
assert self._username is not None