mi-sym-info.exp: Increase timeout for 114-symbol-info-functions
authorKevin Buettner <kevinb@redhat.com>
Thu, 10 Jun 2021 02:52:08 +0000 (19:52 -0700)
committerKevin Buettner <kevinb@redhat.com>
Fri, 11 Jun 2021 21:57:44 +0000 (14:57 -0700)
commitb8bd29a1575dcac0207ae6f20e7a83533093db7d
tree6ad27724d0d6406496f944452e1caa84cd53b1dd
parent72c4daa36a3d35d578533d208668eb3ff9e7708f
mi-sym-info.exp: Increase timeout for 114-symbol-info-functions

Loading libc.so's symbols increased the amount of time needed for
114-symbol-info-function to fetch symbols, causing a timeout during my
testing.  I enclosed the entire block with a "with_timeout_factor 4",
which fixes the problem for me.  (Using 2 also fixed it for me, but it
might not be enough when running this test on slower machines.)

gdb/testsuite/ChangeLog:

* gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
timeout.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-sym-info.exp
This page took 0.024984 seconds and 4 git commands to generate.