Skip to content

Commit bebe744

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
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)