ExpectImpl.timeout

Sets the default timeout

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

Meta