Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 423 Bytes

File metadata and controls

15 lines (11 loc) · 423 Bytes
title browser.connectTimeout | Config
outline deep

browser.connectTimeout

  • 类型: number
  • 默认值: 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. :::