Skip to content

Commit

Permalink
Increased timeout for client test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan Bogdanovic committed Jan 18, 2024
1 parent 5c0d143 commit bebe744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/next-drupal/tests/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import type {
} from "../src/types"
import { BASE_URL } from "./utils"

jest.setTimeout(10000)

afterEach(() => {
jest.restoreAllMocks()
})
Expand Down

0 comments on commit bebe744

Please sign in to comment.