1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-09 20:38:23 +00:00

increase timeout for backup portion of the build

This commit is contained in:
Paul Galbraith
2020-01-10 08:54:19 -05:00
parent a5694acbf9
commit 2d1fe7c72b

View File

@@ -193,10 +193,10 @@ type ":dump\r"
respond "_" "dump links full list\r"
respond "LIST DEV =" "tty\r"
respond "TAPE NO=" "1\r"
expect -timeout 3000 "REEL"
expect -timeout 6000 "REEL"
respond "_" "rewind\r"
respond "_" "icheck\r"
expect -timeout 3000 "_"
expect -timeout 6000 "_"
type "quit\r"
shutdown