Rainer Orth <r...@cebitec.uni-bielefeld.de> writes: > 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?
Sure, it could, but why? If any of these tests fail to complete in a minute, something is badly wrong. Ian