Adding retries to 409 test.

This commit is contained in:
mike12345567 2023-09-14 11:11:05 +01:00
parent 4ca9ea97b6
commit 26c6393f06
1 changed files with 2 additions and 0 deletions

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()