puppeteer/website/versioned_docs/version-19.8.1/api/puppeteer.launchoptions.timeout.md

20 lines
302 B
Markdown
Raw Normal View History

---
sidebar_label: LaunchOptions.timeout
---
# LaunchOptions.timeout property
Maximum time in milliseconds to wait for the browser to start. Pass `0` to disable the timeout.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
interface LaunchOptions {
timeout?: number;
}
```
2022-10-24 14:31:12 +00:00
#### Default value:
30000 (30 seconds).