mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
[dv] Increase simulation timeout
Increase the RTL simulation timeout when not in LSF-mode from 5 to 10 minutes. Could potentially solve #1154.
This commit is contained in:
parent
10ac310b31
commit
c0add09498
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ def run_sim_commands(command_list, use_lsf):
|
|||
for desc, cmd, dirname in command_list:
|
||||
os.makedirs(dirname, exist_ok=True)
|
||||
logging.info("Running " + desc)
|
||||
run_cmd(cmd, 300, check_return_code=True)
|
||||
run_cmd(cmd, 600, check_return_code=True)
|
||||
|
||||
|
||||
def rtl_sim(sim_cmd, test_list, seed_gen, opts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue