-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve runTest timeout messages (#4184)
* Clearly separate the cases when the test body finished and was just waiting for the children from the cases where the test body itself kept running; * When the test only awaits the child coroutines, mention `TestScope.backgroundScope` Fixes #4182
- Loading branch information
1 parent
dbe1dda
commit 219372f
Showing
1 changed file
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Just curious, why is atomicfu's
atomic
wrapped into another object that simply delegates to it?