Interface SupportsSimulatorStartupTimeoutOption<T extends BaseOptions<T>>

    • Field Detail

      • SIMULATOR_STARTUP_TIMEOUT_OPTION

        static final java.lang.String SIMULATOR_STARTUP_TIMEOUT_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • setSimulatorStartupTimeout

        default T setSimulatorStartupTimeout​(java.time.Duration timeout)
        Allows to change the default timeout for Simulator startup. By default, this value is set to 120000ms (2 minutes), although the startup could take longer on a weak hardware or if other concurrent processes use much system resources during the boot up procedure.
        Parameters:
        timeout - Simulator startup timeout.
        Returns:
        self instance for chaining.
      • getSimulatorStartupTimeout

        default java.util.Optional<java.time.Duration> getSimulatorStartupTimeout()
        Get the Simulator startup timeout.
        Returns:
        Timeout value.