-
Notifications
You must be signed in to change notification settings - Fork 42
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
Scalatest deadlocks very easily #145
Comments
Hmm, what's the ideal solution here? Is it better to just override ScalaTest's |
Overriding the |
What should we override it with? The |
Sounds reasonable to me. |
Alrighty, it's duly on my todo list (PRs welcome if someone gets to it first!) |
Minimal example: https://scastie.scala-lang.org/NU86Wy4kTTukZzaSTUM2VA
I think this is because
AsyncIOSpec
passes scalatest'sexecutionContext
which isserialExecutionContext
and not really suitable for general-purpose use.The text was updated successfully, but these errors were encountered: