https://kotlinlang.org logo
#kotest
Title
# kotest
d

Davio

11/03/2023, 8:43 AM
Hi, I noticed that Kotest has some useful methods for async waiting like
eventually
, but these have no default settings such as awaitility does. Would it make sense to add a default so you won't have to specify the config or duration each time? Awaitility waits 10 seconds by default.