We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e950a8 commit 5e09db5Copy full SHA for 5e09db5
bin/regression-wally
@@ -406,7 +406,7 @@ def process_args(args):
406
shutil.rmtree(f"{regressionDir}/questa/fcov_ucdb", ignore_errors=True)
407
os.makedirs(f"{regressionDir}/questa/fcov_ucdb", exist_ok=True)
408
elif args.buildroot:
409
- TIMEOUT_DUR = 60*1440 # 1 day
+ TIMEOUT_DUR = 60*2880 # 2 days
410
elif args.testfloat:
411
sims = [testfloatsim]
412
TIMEOUT_DUR = 30*60 # seconds
0 commit comments