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 vstinner
Recipients davin, vstinner, zach.ware
Date 2017-06-21.08:53:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498035206.34.0.600863125612.issue30317@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/774/steps/test/logs/stdio



======================================================================
FAIL: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\_test_multiprocessing.py", line 788, in test_timeout
    self.assertGreaterEqual(delta, 0.170)
AssertionError: 0.15966796875 not greater than or equal to 0.17

======================================================================
FAIL: test_timeout (test.test_multiprocessing_spawn.WithThreadsTestQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\_test_multiprocessing.py", line 788, in test_timeout
    self.assertGreaterEqual(delta, 0.170)
AssertionError: 0.1293318271636963 not greater than or equal to 0.17
History
Date User Action Args
2017-06-21 08:53:26vstinnersetrecipients: + vstinner, zach.ware, davin
2017-06-21 08:53:26vstinnersetmessageid: <1498035206.34.0.600863125612.issue30317@psf.upfronthosting.co.za>
2017-06-21 08:53:26vstinnerlinkissue30317 messages
2017-06-21 08:53:26vstinnercreate