sanic-org / sanic

Accelerate your web app development | Build fast. Run fast.

Home Page:https://sanic.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests/test_http_alt_svc.py hangs for too long

Tronic opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Running tests is slowed down by this one test that for some reason takes 20+ seconds but still appears successful once it finishes. Someone might have a look at why it does that.

Code snippet

No response

Expected Behavior

No response

How do you run Sanic?

Sanic CLI

Operating System

Linux

Sanic Version

main

Additional context

Tests on Github CI still mostly fail randomly / on timeouts, but this particular hang seems to happen reliably every time I locally run tox -e py310. Needs some care to restore useful CI and local testing functionality.