Skip to content

Commit

Permalink
[dv] Double timeout for an RTL run in regression flow
Browse files Browse the repository at this point in the history
This takes it from 15 to 30 minutes
  • Loading branch information
GregAC committed Aug 23, 2022
1 parent d77dd50 commit 7b4b780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dv/uvm/core_ibex/scripts/run_rtl.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _main() -> int:
# Note that we don't capture the success or failure of the subprocess:

sim_fd.write(f"Running run-rtl command :\n{' '.join(cmd)}\n".encode())
run_one(md.verbose, cmd, redirect_stdstreams=sim_fd, timeout_s=900)
run_one(md.verbose, cmd, redirect_stdstreams=sim_fd, timeout_s=1800)

# Always return 0 (success), even if the test failed. We've successfully
# generated a log either way.
Expand Down

0 comments on commit 7b4b780

Please sign in to comment.