1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

simulator tests: update sel32 simulator test runlimit

On an unfettered system, the sel32 test completes after some 588 million
instructions.  On a slow host system, the system clock tick processing will
add to the total instructions executed.  Increase the limit to 750 million
instructions.
This commit is contained in:
Mark Pizzolato 2022-11-12 17:18:36 -10:00
parent 66de730a68
commit ab610fa0cd

View File

@ -23,7 +23,7 @@ set env HOST=sel32
;======================================================
;
; Set run limit of 2 minutes
set runlimit 600M instructions
set runlimit 750M 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