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