File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ import { GAVersion } from "../../constants"
2323// Capture original error global so it's easier to replace after a mock.
2424const originalError = console . error
2525
26+ // Increase the timeout for this test suite. The userEvent.type calls can
27+ // be slow, and the default 5s timeout is not always enough.
2628jest . setTimeout ( 10000 )
2729describe ( "for the Campaign URL Builder component" , ( ) => {
2830 beforeEach ( ( ) => {
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ import { Label } from "./types"
2323import userEvent from "@testing-library/user-event"
2424import { within } from "@testing-library/react"
2525
26+ // Increase the timeout for this test suite. The userEvent.type calls can
27+ // be slow, and the default 5s timeout is not always enough.
2628jest . setTimeout ( 10000 )
2729
2830describe ( "Event Builder" , ( ) => {
You can’t perform that action at this time.
0 commit comments