summaryrefslogtreecommitdiff
path: root/subplot
diff options
context:
space:
mode:
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