From 55c0fccfd2fd95514d81a241bfdd26e9781ae464 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Tue, 12 Dec 2017 08:28:25 +0100 Subject: [PATCH] Restore the delay in the build script function that sends keypresses. --- build/build.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build.tcl b/build/build.tcl index a7d09f5f..062abb7f 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -13,6 +13,7 @@ proc type s { } else { expect "?" } + sleep .03 } }