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

PDP9: Revise test run limit to accommodate very slow/busy host systems

Calibrated clock ticks are enabled and on very slow/busy hosts the
runtime may be exceeded before the tests correctly complete.
This commit is contained in:
Mark Pizzolato 2022-11-24 11:13:05 -10:00
parent 7419457000
commit 4e0617ca21

View File

@ -9,7 +9,7 @@ set cpu eae
cd %~p0
:: Limit maximum diagnostic execution time
::
set runlimit 10M instructions
set runlimit 40M instructions
set on
on error ignore
on runtime echof "\r\n*** Test Runtime Limit %SIM_RUNLIMIT% %SIM_RUNLIMIT_UNITS% Exceeded ***\n"; exit 1