Increase timeout for CI/windows

aio_error_propagation^2
Tyler Goodlet 2022-07-14 20:44:10 -04:00
parent 0906559ed9
commit ce01f6b21c
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ async def trio_ctx(
# this will block until the ``asyncio`` task sends a "first"
# message.
with trio.fail_after(0.5):
with trio.fail_after(2):
async with (
tractor.to_asyncio.open_channel_from(
sleep_and_err,