Re: [Python-Dev] Use regrtest.py --timeout on buildbots

2011-04-01 Thread Victor Stinner
Le jeudi 31 mars 2011 à 18:35 +0200, Victor Stinner a écrit : > Hi, > > I just added a --timeout option to Lib/test/regrtest.py: if a test (one > function, not a whole file) takes more than TIMEOUT seconds, the > traceback is dumped and it exits. I tested it on 3 buildbots with a > timeout of 5 mi

[Python-Dev] Use regrtest.py --timeout on buildbots

2011-03-31 Thread Victor Stinner
Hi, I just added a --timeout option to Lib/test/regrtest.py: if a test (one function, not a whole file) takes more than TIMEOUT seconds, the traceback is dumped and it exits. I tested it on 3 buildbots with a timeout of 5 minutes and it worked as expected: see #11727 for examples. It would be ni