Skip to content

Commit

Permalink
works on windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Nov 23, 2019
1 parent f977d37 commit 3ffab4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cancellation.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ async def spawn_and_error(num) -> None:
'num_subactors',
# NOTE: any more then this and the forkserver will
# start bailing hard...gotta look into it
range(4, 5),
range(3, 4),
ids='{}_subactors'.format,
)
@tractor_test
Expand Down

0 comments on commit 3ffab4b

Please sign in to comment.