This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients alex.gronholm, brian.curtin, kristjan.jonsson, mark.dickinson, pitrou, r.david.murray, raruler, tim.golden
Date 2014-05-08.10:15:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <536B5947.5060400@timgolden.me.uk>
In-reply-to <1399541618.27.0.614851472765.issue20737@psf.upfronthosting.co.za>
Content
I can confirm that the attached test.py times out after 2150 seconds (ie
30+ minutes) with your (tweaked) patch applied:

python test.py 2150

Running Debug|Win32 interpreter...
2014-05-08 10:33:53.670091
Expected to time out by 2014-05-08 11:09:43.670091
Timed Out
2014-05-08 11:09:43.765079

I don't see us adding a test which would lengthen the test suite run by
more than 30 minutes!
Files
File name Uploaded
test.py tim.golden, 2014-05-08.10:15:37
History
Date User Action Args
2014-05-08 10:15:38tim.goldensetrecipients: + tim.golden, mark.dickinson, pitrou, kristjan.jonsson, r.david.murray, brian.curtin, alex.gronholm, raruler
2014-05-08 10:15:38tim.goldenlinkissue20737 messages
2014-05-08 10:15:37tim.goldencreate