[Home](./index.md) > [puppeteer](./puppeteer.md) > [WaitForTargetOptions](./puppeteer.waitfortargetoptions.md) > [timeout](./puppeteer.waitfortargetoptions.timeout.md) ## WaitForTargetOptions.timeout property Maximum wait time in milliseconds. Pass `0` to disable the timeout. Signature: ```typescript timeout?: number; ```