From 6fda799e589d8b36d4b4e3306f9d451e62145dea Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Wed, 4 Oct 2023 11:05:49 +0200 Subject: [PATCH] A small delay to make COMPLR dumping more stable. --- build/lisp.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/build/lisp.tcl b/build/lisp.tcl index 15ac2857..1ceaf0c9 100644 --- a/build/lisp.tcl +++ b/build/lisp.tcl @@ -352,6 +352,7 @@ type ":kill\r" respond "*" "comlap\033\033\023" respond "*" ":lisp ccload\r" expect "Dumping LSPDMP" +sleep 1 type ":vk\r" respond "*" ":kill\r"