1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Adding retries to 409 test.

This commit is contained in:
mike12345567 2023-09-14 11:11:05 +01:00
parent 4ca9ea97b6
commit 26c6393f06

View file

@ -10,6 +10,8 @@ import {
import { TestConfiguration } from "../../../../tests"
import { events } from "@budibase/backend-core"
// this test can 409 - retries reduce issues with this
jest.retryTimes(2)
jest.setTimeout(30000)
mocks.licenses.useScimIntegration()