1
0
mirror of https://github.com/simh/simh.git synced 2026-02-25 00:18:26 +00:00

SCP: Adjust RUNLIMIT time values on slow host systems

As reported and discussed in #819
This commit is contained in:
Mark Pizzolato
2020-03-21 21:30:58 -07:00
parent 45d7a1155b
commit ee317e0cb4
5 changed files with 33 additions and 2 deletions

View File

@@ -19,6 +19,10 @@
#break A3B4 SHOW HIST=40
cd %~p0
set 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
set env DIAG_QUIET_MODE=0
if ("%1" == "-v") set console notelnet
else set -qu console telnet=localhost:65432,telnet=buffered; set env -a DIAG_QUIET_MODE=1