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.