Test gdb.base/chng-syms.exp sets timeout to 10 seconds unconditionally.
Not only this is not necessary as the default timeout seems to be the
same, it may actually lower the timeout if set in site.exp (which is
the common technique to setup testsuite on slow machines).
Fix this by removing timeout-setting code.
Approved-By: Tom Tromey <tom@tromey.com>
return
}
-set oldtimeout $timeout
-set timeout 10
-verbose "Timeout is now 10 seconds" 2
-
proc expect_to_stop_here { ident } {
# the "at foo.c:36" output we get with -g.
# the "in func" output we get without -g.
}
}
-
-set timeout $oldtimeout
-verbose "Timeout is now $timeout seconds" 2