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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user