test_asyncio: fix test_timeout_time()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 1 Feb 2016 11:39:50 +0000 (12:39 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 1 Feb 2016 11:39:50 +0000 (12:39 +0100)
commit0df5313458ed253e4a299b50c3b86156649c5a0f
treef8514f9e736042538ce7ef40b14ba1163e9be393
parent275bd96aa67ce2bf1c1f57cb5c2cb840d3afbb2d
test_asyncio: fix test_timeout_time()

Accept time delta up to 0.12 second, instead of 0.11, for the "AMD64 FreeBSD
9.x" buildbot slave.
Lib/test/test_asyncio/test_tasks.py