From 66de730a686a6a5e17bc54d35f8b3be8fc497846 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 12 Nov 2022 16:10:59 -1000 Subject: [PATCH] simulator tests: Add missing runlimit update for pdp9 simulator test --- PDP18B/tests/pdp9_test.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP18B/tests/pdp9_test.ini b/PDP18B/tests/pdp9_test.ini index b81b3c5c..3d92f604 100644 --- a/PDP18B/tests/pdp9_test.ini +++ b/PDP18B/tests/pdp9_test.ini @@ -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