From 0fa0dd5bc48fae043224ddebe5a0e964c19f7e68 Mon Sep 17 00:00:00 2001 From: Viktor Luft Date: Tue, 1 Oct 2024 16:49:31 +0200 Subject: [PATCH] docs: link to default config for test timeout (#6603) --- docs/guide/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/filtering.md b/docs/guide/filtering.md index 462d3cf95..d2931fcc2 100644 --- a/docs/guide/filtering.md +++ b/docs/guide/filtering.md @@ -26,7 +26,7 @@ You can also use the `-t, --testNamePattern ` option to filter tests by ## Specifying a Timeout -You can optionally pass a timeout in milliseconds as third argument to tests. The default is 5 seconds. +You can optionally pass a timeout in milliseconds as a third argument to tests. The default is [5 seconds](/config/#testtimeout). ```ts import { test } from 'vitest'