Skip to content

Commit d218eac

Browse files
authored
1 parent abd9009 commit d218eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dom-testing-library/api-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ return an empty array (`[]`) if no elements match.
3434

3535
`findBy*` queries return a promise which resolves when an element is found which
3636
matches the given query. The promise is rejected if no element is found or if
37-
more than one element is found after a default timeout of `4500`ms. If you need
37+
more than one element is found after a default timeout of `1000`ms. If you need
3838
to find more than one element, then use `findAllBy`.
3939

4040
> Note, this is a simple combination of `getBy*` queries and
@@ -46,7 +46,7 @@ to find more than one element, then use `findAllBy`.
4646

4747
`findAllBy*` queries return a promise which resolves to an array of elements
4848
when any elements are found which match the given query. The promise is rejected
49-
if no elements are found after a default timeout of `4500`ms.
49+
if no elements are found after a default timeout of `1000`ms.
5050

5151
## Options
5252

0 commit comments

Comments
 (0)