From 52a2b7a5eda4c1e0ca8e7a7b62830861588e3a24 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 6 Dec 2021 16:31:47 -0500 Subject: [PATCH] Bump windows timeout again --- tests/test_2way.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_2way.py b/tests/test_2way.py index 410c299..a497a48 100644 --- a/tests/test_2way.py +++ b/tests/test_2way.py @@ -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():