mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
SCP: Adjust RUNLIMIT time values on slow host systems
As reported and discussed in #819
This commit is contained in:
@@ -8,6 +8,9 @@ cd %~p0
|
||||
|
||||
:: Limit maximum diagnostic execution time
|
||||
runlimit 2 minutes
|
||||
set on
|
||||
on error ignore
|
||||
on runtime echof "\r\n*** Test Runtime Limit %SIM_RUNLIMIT% %SIM_RUNLIMIT_UNITS% Exceeded ***\n"; exit 1
|
||||
|
||||
:: Maximum memory, extended address element:
|
||||
set cpu 32k
|
||||
|
||||
Reference in New Issue
Block a user