This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 7/8] gdb.trace: Bump tspeed.exp timeout to 600 seconds.
- From: Andreas Arnez <arnez at linux dot vnet dot ibm dot com>
- To: Marcin KoÅcielnicki <koriakin at 0x04 dot net>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 26 Jan 2016 19:17:32 +0100
- Subject: Re: [PATCH 7/8] gdb.trace: Bump tspeed.exp timeout to 600 seconds.
- Authentication-results: sourceware.org; auth=none
- References: <1453637529-26972-1-git-send-email-koriakin at 0x04 dot net> <1453637529-26972-8-git-send-email-koriakin at 0x04 dot net>
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\]+"