tool: increase amt reset timeout

This commit is contained in:
Alexander Boettcher 2014-04-10 15:25:33 +02:00 committed by Christian Helmuth
parent 0eef45e63f
commit 69bc875ac7
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ proc spawn_amt { wait_for_re timeout_value } {
#
# reset the box
#
set timeout 10
set timeout 20
set exit_result 1
while { $exit_result != 0 } {