On Apr 1, 2011, at 12:14 AM, Rainer Orth wrote: > Ian Lance Taylor <i...@google.com> writes: > >> This patch to libgo adds a timeout for the libgo tests. The default is >> 60 seconds. It can be changed by an argument to gotest, which would >> normally be used as, e.g., >> make GOTESTFLAGS="--timeout=120" check-target-libgo > > Great, thanks. > > Shouldn't the default match the DejaGnu default of 300, though?
No... I like the idea that people trim it down to something sane. If nothing else, as a way to discourage them from big stupid test cases.