Skip to content

Commit

Permalink
Merging pull request 230
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>

* github.com:distributed-system-analysis/run-perf:
  Increase the run_script timeout
  • Loading branch information
ldoktor committed Mar 14, 2023
2 parents 0e9d107 + a3bb76a commit 5f6a1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runperf/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def generate_ssh_key(self):
'~/.ssh/id_rsa -q -N ""')
return session.cmd_output('cat ~/.ssh/id_rsa.pub')

def run_script(self, script, timeout=1200):
def run_script(self, script, timeout=3600):
"""
Runs a script on the machine
"""
Expand Down

0 comments on commit 5f6a1a9

Please sign in to comment.