Skip to content

Commit bebe744

Browse files
author
Bojan Bogdanovic
committed
Increased timeout for client test
1 parent 5c0d143 commit bebe744

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/next-drupal/tests/client.test.ts

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import type {
1010
} from "../src/types"
1111
import { BASE_URL } from "./utils"
1212

13+
jest.setTimeout(10000)
14+
1315
afterEach(() => {
1416
jest.restoreAllMocks()
1517
})

0 commit comments

Comments
 (0)