Skip to content

Commit

Permalink
Change timeout threshold for convertSvgToJsx and ChildrenWithAge test
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Feb 3, 2025
1 parent 0320a67 commit 01f0d3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import path from 'path'
import del from 'del'
import convertSvgToJsx from '../convertSvgToJsx'

jest.setTimeout(30e3)

jest.mock('ora', () => {
return jest.fn(() => ({
start: jest.fn(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { translations } from '../ChildrenWithAgeTranslations'
import { GenerateRef } from '../../../Tools/ListAllProps'
import nbNO from '../../../constants/locales/nb-NO'

jest.setTimeout(30e3)

describe('ChildrenWithAge', () => {
const translationsNO = translations['nb-NO']

Expand Down

0 comments on commit 01f0d3e

Please sign in to comment.