set global retry times
This commit is contained in:
parent
f176d9d9fa
commit
de083e8751
|
@ -1,4 +1,5 @@
|
||||||
import { logging } from "@budibase/backend-core"
|
import { logging } from "@budibase/backend-core"
|
||||||
logging.LOG_CONTEXT = false
|
logging.LOG_CONTEXT = false
|
||||||
|
|
||||||
|
jest.retryTimes(2)
|
||||||
jest.setTimeout(60000)
|
jest.setTimeout(60000)
|
||||||
|
|
Loading…
Reference in New Issue