mirror of
https://github.com/simh/simh.git
synced 2026-04-29 05:05:14 +00:00
simulator tests: update sel32 simulator test runlimit
On an unfettered system, the sel32 test completes after some 588 million instructions. On a slow host system, the system clock tick processing will add to the total instructions executed. Increase the limit to 750 million instructions.
This commit is contained in:
@@ -23,7 +23,7 @@ set env HOST=sel32
|
|||||||
;======================================================
|
;======================================================
|
||||||
;
|
;
|
||||||
; Set run limit of 2 minutes
|
; Set run limit of 2 minutes
|
||||||
set runlimit 600M instructions
|
set runlimit 750M instructions
|
||||||
set on
|
set on
|
||||||
on error ignore
|
on error ignore
|
||||||
on runtime echof "\r\n*** FAILED - SEL32 Test Runtime Limit %SIM_RUNLIMIT% %SIM_RUNLIMIT_UNITS% Exceeded ***\n"; exit 1
|
on runtime echof "\r\n*** FAILED - SEL32 Test Runtime Limit %SIM_RUNLIMIT% %SIM_RUNLIMIT_UNITS% Exceeded ***\n"; exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user