WaitOptions: { intervalSeconds?: number; timeoutSeconds?: number }

Options for the wait function

Type declaration

  • OptionalintervalSeconds?: number

    Interval between retries in seconds. Defaults to 0.2

  • OptionaltimeoutSeconds?: number

    Maximum time to wait before timing out in seconds. Defaults to 10