Documentation for async-wait-until v2.0.27
    Preparing search index...

    Type Alias Options

    Options for configuring the behavior of the waitUntil function.

    type Options = {
        intervalBetweenAttempts?: number;
        timeout?: number;
    }
    Index

    Properties

    intervalBetweenAttempts?: number

    The interval (in milliseconds) between attempts to evaluate the predicate.

    timeout?: number

    The maximum duration (in milliseconds) to wait before timing out.