Bump windows timeout again

stricter_context_starting
Tyler Goodlet 2021-12-06 16:31:47 -05:00
parent 63ecae70c4
commit 52a2b7a5ed
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def test_simple_context(
pointlessly_open_stream,
):
timeout = 1.5 if not platform.system() == 'Windows' else 3
timeout = 1.5 if not platform.system() == 'Windows' else 4
async def main():