def test_async_no_timeout(loop): async with timeout(1, loop=loop) as cm: await asyncio.sleep(0, loop=loop) assert not cm.expired