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

simulator tests: Add missing runlimit update for pdp9 simulator test

This commit is contained in:
Mark Pizzolato 2022-11-12 16:10:59 -10:00
parent f48f0de9a5
commit 66de730a68

View File

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