Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe still issues with test_large_io_doesnt_hang on windows? #191

Open
bollwyvl opened this issue Sep 29, 2022 · 3 comments
Open

Maybe still issues with test_large_io_doesnt_hang on windows? #191

bollwyvl opened this issue Sep 29, 2022 · 3 comments

Comments

@bollwyvl
Copy link

Seeing some test fails on conda-forge/terminado-feedstock#38, looking into it:

        if future_cell[0].cancelled() or not future_cell[0].done():
>           raise TimeoutError("Operation timed out after %s seconds" % timeout)
E           asyncio.exceptions.TimeoutError: Operation timed out after 30.0 seconds

..\_test_env\lib\site-packages\tornado\ioloop.py:528: TimeoutError
------------------------------ Captured log call ------------------------------
WARNING  tornado.general:autoreload.py:128 tornado.autoreload started more than once in the same process

https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=575370&view=logs&j=7df5a329-fcdb-5857-5720-a5dae94c0641&t=428acfd7-2921-5219-037f-9169d136e406&l=494

Maybe i missed some test dep changes? Might be the weekend before i can investigate further...

@bollwyvl
Copy link
Author

bollwyvl commented Sep 29, 2022

@KoopaKing
Copy link
Contributor

Ah, yeah, I may have tuned that timeout too tightly... on my system that test was taking around 20 seconds, but I didn't want it to take forever on failures.

@blink1073
Copy link
Contributor

Builds are passing on conda-forge now, I think we're good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants