Skip to content

Commit 6b9d079

Browse files
committed
increase arch test timeout from 30m to 2hr
1 parent 30e2eba commit 6b9d079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_arch_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def run_simulation(simulator: str) -> subprocess.CompletedProcess[str] | None:
224224
text=True,
225225
env=env,
226226
check=False,
227-
timeout=1800,
227+
timeout=7200,
228228
)
229229

230230
if simulator == "verilator" and result.returncode == 0:

0 commit comments

Comments
 (0)