[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:
Philipp Wagner 2020-10-28 09:23:51 +00:00 committed by Philipp Wagner
parent 10ac310b31
commit c0add09498

View file

@ -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,