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 @@ -22,6 +22,8 @@ import { GAVersion } from "../../constants"
2222
2323// Capture original error global so it's easier to replace after a mock.
2424const originalError = console . error
25+
26+ jest . setTimeout ( 10000 )
2527describe ( "for the Campaign URL Builder component" , ( ) => {
2628 beforeEach ( ( ) => {
2729 process . env . BITLY_CLIENT_ID = "bitly-client-id"
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+ jest . setTimeout ( 10000 )
27+
2628describe ( "Event Builder" , ( ) => {
2729 test ( "can render page without error" , ( ) => {
2830 const { wrapped } = withProviders ( < Sut /> )
You can’t perform that action at this time.
0 commit comments