Change timeout on reboot-acs48 to 10s
The whole thing relies on the timeout for the others being 30s, so we have
to be complete by then.

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@471 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/conmux/drivers/reboot-acs48 b/conmux/drivers/reboot-acs48
index dbd829b..d84331c 100755
--- a/conmux/drivers/reboot-acs48
+++ b/conmux/drivers/reboot-acs48
@@ -11,7 +11,7 @@
 set ts_addr [lindex $argv 1]
 spawn ssh root:$machine@$ts_addr
 sleep 5
-set timeout 30
+set timeout 10
 expect {
    "Enter your option :"   {
       send "4\r"