RUM JavaScript API - 1.345.1
    Preparing search index...

    Interface ExpectOptions

    Options for event expectation assertions.

    interface ExpectOptions {
        timeout?: number;
    }
    Index

    Properties

    Properties

    timeout?: number

    The maximum time to wait for the event to be sent, in milliseconds.

    Default: DEFAULT_EXPECT_TIMEOUT_MS