From 2d1fe7c72b8faf7454afb387c77ebaf6d868a1b3 Mon Sep 17 00:00:00 2001 From: Paul Galbraith Date: Fri, 10 Jan 2020 08:54:19 -0500 Subject: [PATCH] increase timeout for backup portion of the build --- build/build.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.tcl b/build/build.tcl index e3764bbe..e3826f79 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -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