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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user