@exodus/test
    Preparing search index...

    Interface TestContextWaitForOptions

    interface TestContextWaitForOptions {
        interval?: number;
        timeout?: number;
    }
    Index

    Properties

    Properties

    interval?: number

    The number of milliseconds to wait after an unsuccessful invocation of condition before trying again.

    50
    
    timeout?: number

    The poll timeout in milliseconds. If condition has not succeeded by the time this elapses, an error occurs.

    1000