How to add an implicit wait with Java-Selenide?

How to add an implicit wait with Java-Selenide?

Hi Noah Smith,

You can add this sample syntax in your code:

driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));