Index: lib/timeout.exp
===================================================================
--- lib/timeout.exp	(revision 163048)
+++ lib/timeout.exp	(working copy)
@@ -43,12 +43,14 @@ proc timeout_value { args } {
     if [info exists individual_timeout] {
 	set val $individual_timeout
     } elseif [info exists tool_timeout] {
 	set val $tool_timeout
     } elseif [target_info exists gcc,timeout] {
 	set val [target_info gcc,timeout]
+    } elseif [board_info target exists gcc,timeout] {
+	set val [board_info target gcc,timeout]
     } else {
 	# This is really, REALLY ugly, but this is the default from
 	# remote.exp deep within DejaGnu.
 	set val 300
     }
 
