Type Alias TimeoutOptions

TimeoutOptions: {
    expectTimeout: number;
}

Type declaration

  • expectTimeout: number

    The maximum amount of time (in milliseconds) to wait for the condition to be met.