Increase timeout, windows...

faster_daemon_cancels
Tyler Goodlet 2021-11-20 13:08:19 -05:00
parent 095c94b1d2
commit 57e98b25e7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ async def test_most_beautiful_word(
The main ``tractor`` routine. The main ``tractor`` routine.
''' '''
with trio.fail_after(0.5): with trio.fail_after(1):
async with tractor.open_nursery() as n: async with tractor.open_nursery() as n:
portal = await n.run_in_actor( portal = await n.run_in_actor(