Skip to content

Commit

Permalink
Merging pull request 235
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <[email protected]>

* github.com:distributed-system-analysis/run-perf:
  Bisect should return the RET3
  Increase timeout when ssh-ing to guest on profile apply
  • Loading branch information
ldoktor committed May 19, 2023
2 parents aa23919 + f0e3e8b commit b8ef933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/bisect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ case $1 in
move_result $RET3 1
move_result $RET3 2
move_result $RET3
RET=$RET3
fi
else
# Just use this result
Expand Down
2 changes: 1 addition & 1 deletion runperf/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def _apply(self, setup_script):
ret = self._start_vms()
# Make sure vms are accessible
for vm in self.vms:
with vm.get_session_cont() as session:
with vm.get_session_cont(timeout=360) as session:
session.cmd("true")
self._set("applied_profile", self.name)
return ret
Expand Down

0 comments on commit b8ef933

Please sign in to comment.