ExpectImpl.timeout

Sets the timeout to t milliseconds

  1. Duration timeout [@property setter]
  2. long timeout [@property setter]
    class ExpectImpl(OutputRange)
    @property
    timeout
    (
    long t
    )
    if (
    isOutputRange!(OutputRange, string)
    )
  3. auto timeout [@property getter]

Meta