mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
16 lines
419 B
Markdown
16 lines
419 B
Markdown
---
|
|
title: browser.connectTimeout | Config
|
|
outline: deep
|
|
---
|
|
|
|
# browser.connectTimeout
|
|
|
|
- **Type:** `number`
|
|
- **Default:** `60_000`
|
|
|
|
The timeout in milliseconds. If connection to the browser takes longer, the test suite will fail.
|
|
|
|
::: info
|
|
This is the time it should take for the browser to establish the WebSocket connection with the Vitest server. In normal circumstances, this timeout should never be reached.
|
|
:::
|