timeout
Home > @gooddata/sdk-backend-spi > IDashboardExportPdfOptions > timeout
IDashboardExportPdfOptions.timeout property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Override the default export result polling timeout (in milliseconds).
Signature:
timeout?: number;
Remarks
If not specified, there is still a default timeout applied. You can use this to make the timeout more aggressive or more relaxed than the default. We recommend not setting this lower than 5 seconds as it would mean only one attempt would be made.