This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3] set timeout higher
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Rask Ingemann Lambertsen <rask at sygehus dot dk>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, christian dot joensson at gmail dot com
- Date: Mon, 28 Aug 2006 14:34:34 +0200
- Subject: Re: [v3] set timeout higher
- References: <20060629123856.aec94318.bkoz@redhat.com> <20060825200356.GB29852@sygehus.dk>
> Doesn't this override any timeout I might have specified? On my box, I need
> a lot more than 600 s. For example:
Yes, it looks like it does. Sorry.
For instance, this no longer works correctly:
time make check RUNTESTFLAGS="-v -v -v -v --tool_opts timeout=300"
Now that I look around for this, I see another complaint, from Christian Joensson.
I've created a bugzilla entry to describe this issue here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28870
best,
benjamin