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

Log errors on retry

This commit is contained in:
Adria Navarro 2023-10-02 13:01:25 +02:00
parent b9ae3d0e23
commit 62e1a12fe4

View file

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