Merge pull request #11174 from Budibase/qa/retries

set global retry times on QA core tests
This commit is contained in:
Martin McKeaveney 2023-07-10 14:12:11 +01:00 committed by GitHub
commit 29d6b6f103
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import { logging } from "@budibase/backend-core"
logging.LOG_CONTEXT = false
jest.retryTimes(2)
jest.setTimeout(60000)