vertx / io.vertx.ext.unit / TestOptions / setTimeout

setTimeout

open fun setTimeout(timeout: Long): TestOptions

Set the test timeout.

Parameters

timeout - the timeout value in milliseconds.

Return
a reference to this, so the API can be used fluently