Re: [Python-Dev] Buildbots and regrtest timeout

2011-06-06 Thread David Bolen
Victor Stinner writes: > But today I saw a a buildbot timeout without any traceback: a possible hang > in > test_io on "x86 FreeBSD 7.2 3.x" buildbot, "command timed out: 3900 seconds > without output". I realized that some buildbots (all buildbots?) override the > TESTOPTS variable ("make bu

Re: [Python-Dev] Buildbots and regrtest timeout

2011-06-06 Thread Paul Moore
On 6 June 2011 11:29, Victor Stinner wrote: > Stephan Krah asked me to change how the default timeout is defined for > regrtest > (issue #12250): > > "The implicit timeout in regrtest.py makes it harder to write automated > test scripts for 3rd party modules. First, you have to remember to > set

[Python-Dev] Buildbots and regrtest timeout

2011-06-06 Thread Victor Stinner
Hi, Stephan Krah asked me to change how the default timeout is defined for regrtest (issue #12250): "The implicit timeout in regrtest.py makes it harder to write automated test scripts for 3rd party modules. First, you have to remember to set --timeout=0 for long running tests. Then, you have to