Options: { intervalBetweenAttempts?: number; timeout?: number }

Options for configuring the behavior of the waitUntil function.

Type declaration

  • OptionalintervalBetweenAttempts?: number

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

  • Optionaltimeout?: number

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