From ce01f6b21cb87aba9c03c09223348f4fabf18365 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 14 Jul 2022 20:44:10 -0400 Subject: [PATCH] Increase timeout for CI/windows --- tests/test_infected_asyncio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_infected_asyncio.py b/tests/test_infected_asyncio.py index 81a4f3e..979b558 100644 --- a/tests/test_infected_asyncio.py +++ b/tests/test_infected_asyncio.py @@ -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,