Skip to content

Commit

Permalink
scripts/lib: increase the deafult timeout to 1 hour
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
  • Loading branch information
fkokosinski committed Jul 12, 2024
1 parent 8e3bf64 commit ec43dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_env_var(var, debug_cmd=None):
return val


def run_cmd(cmd, timeout_s=999, exit_on_error=1, check_return_code=True,
def run_cmd(cmd, timeout_s=3600, exit_on_error=1, check_return_code=True,
debug_cmd=None):
"""Run a command and return output
Expand Down

0 comments on commit ec43dcf

Please sign in to comment.