From ac7b1da7dc5b48052e68c0617f3437133222331f Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Sat, 10 Dec 2016 00:21:49 -0800 Subject: [PATCH] Increased timeout for tape load of sources.tape since this was timing out. --- build/build.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.tcl b/build/build.tcl index 90c97e65..13d85ed5 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -120,7 +120,7 @@ respond "_" "reload " respond "ARE YOU SURE" "y" respond "\n" "links crdir sorry\r" respond "FILE=" "*;* *\r" -expect -timeout 200 "E-O-T" +expect -timeout 220 "E-O-T" respond "_" "quit\r" expect ":KILL"