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:
committed by
Mark Pizzolato
parent
7c9c4ed34c
commit
b6f3043ecb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user