From da358558e2be78b329933da57030b98e81b92ec1 Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Thu, 15 Aug 2019 07:07:22 -0700 Subject: [PATCH] Added sleep during DDT-based load of ITS because sometimes expect sends the command too quickly and DDT gets confused. This is for pdp10-kl build. Resolves #1695. --- build/kl10/include.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/build/kl10/include.tcl b/build/kl10/include.tcl index e086c181..3ec65ff3 100644 --- a/build/kl10/include.tcl +++ b/build/kl10/include.tcl @@ -4,6 +4,7 @@ proc start_dskdmp_its {} { sleep 3 respond "\n" "\033l" respond " " "its bin\r" + sleep 2 respond "\n" "\033\033l" respond " " "salv bin\r" respond "\n" "\033y"