1
0
mirror of https://github.com/simh/simh.git synced 2026-02-11 18:46:08 +00:00

PDP9 VAX SEL32: Adjust test limits

Adjust the instruction limits for three simulators so they pass
on Apple M1 systems.
This commit is contained in:
Paul Koning
2022-11-28 09:43:56 -05:00
committed by Mark Pizzolato
parent 7c9c4ed34c
commit b6f3043ecb
2 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ set env HOST=sel32
; set env IP=192.168.1.5 (N/U)
;======================================================
;
; Set run limit of 2 minutes
set runlimit 750M instructions
; Set run limit of 2 G instructions
set runlimit 2000M instructions
set on
on error ignore
on runtime echof "\r\n*** FAILED - SEL32 Test Runtime Limit %SIM_RUNLIMIT% %SIM_RUNLIMIT_UNITS% Exceeded ***\n"; exit 1