This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 7/8] gdb.trace: Bump tspeed.exp timeout to 600 seconds.


On Sun, Jan 24 2016, Marcin KoÅcielnicki wrote:

> It seems the 180 seconds timeout is quite tight on my z13 machine,
> and causes failures when the machine is somewhat loaded.
>
> gdb/testsuite/ChangeLog:
>
> 	* gdb.trace/tspeed.exp: Bump the timeout to 600 seconds.
> ---

[...]


> diff --git a/gdb/testsuite/gdb.trace/tspeed.exp b/gdb/testsuite/gdb.trace/tspeed.exp
> index e638839..204eda7 100644
> --- a/gdb/testsuite/gdb.trace/tspeed.exp
> +++ b/gdb/testsuite/gdb.trace/tspeed.exp
> @@ -27,7 +27,7 @@ if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
>  }
>  
>  # Typically we need a little extra time for this test.
> -set timeout 180
> +set timeout 300

This doesn't match the ChangeLog entry and patch description ;-)

>  
>  set ws "\[\r\n\t \]+"
>  set cr "\[\r\n\]+"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]