Skip to content

Commit

Permalink
Merge pull request #3991 from vwu-vera/win-timeout
Browse files Browse the repository at this point in the history
v2v: extend timeout for win guests
  • Loading branch information
chloerh authored Oct 11, 2024
2 parents e6c4677 + 91d10a8 commit 0b2f10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virttest/utils_v2v.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def __init__(self, test, params, env):
else:
raise ValueError("Doesn't support %s target now" % self.target)

def create_session(self, timeout=480):
def create_session(self, timeout=900):
if self.session:
LOG.debug("vm session %s exists", self.session)
return
Expand Down

0 comments on commit 0b2f10b

Please sign in to comment.