forked from goodboy/tractor
Bump windows timeout again
parent
63ecae70c4
commit
52a2b7a5ed
|
@ -71,7 +71,7 @@ def test_simple_context(
|
||||||
pointlessly_open_stream,
|
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():
|
async def main():
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue