Files
AmirMohammad Yazdanmanesh c5101b826e Fix flaky MoleculeConcurrentTest by replacing runTest with runBlocking (#730)
* Fix flaky MoleculeConcurrentTest by replacing runTest with runBlocking

  runTest's StandardTestDispatcher has a dispatch timeout that conflicts
  with the test's use of real Dispatchers.Default, causing intermittent
  hangs in CI. runBlocking naturally blocks until the async work completes.

  Fixes #613

* wraps assertions in try/finally to ensure job cleanup even on failure.
2026-02-12 08:19:45 -05:00
..