commit | 0d2fa4a612570b9abfb0320b0c174ecae5488bf8 | [log] [tgz] |
---|---|---|
author | Stefan Krah <stefan@bytereef.org> | Tue Apr 20 08:13:03 2010 +0000 |
committer | Stefan Krah <stefan@bytereef.org> | Tue Apr 20 08:13:03 2010 +0000 |
tree | 5552a8192bea56a81528c609e33c18255122a44d | |
parent | 1e99be71336ae2dee62b4aa8e25016a2fbbd4060 [diff] |
Merged revisions 80238 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80238 | stefan.krah | 2010-04-20 09:59:10 +0200 (Tue, 20 Apr 2010) | 9 lines 1) The timeout in the itimer tests was too low for slow or heavily loaded machines. 2) Even with the increased timeout, the OS does not guarantee that a process will get a certain amount of virtual time in 60s, so the failure is changed to a diagnostic. ........