1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-03 02:08:00 +00:00

Restore the delay in the build script function that sends keypresses.

This commit is contained in:
Lars Brinkhoff
2017-12-12 08:28:25 +01:00
parent 00f93b5c1b
commit 55c0fccfd2

View File

@@ -13,6 +13,7 @@ proc type s {
} else {
expect "?"
}
sleep .03
}
}