chore: extend timeout on flaky spec (#7760)

This commit is contained in:
Riqwan Thamir
2024-06-18 12:01:12 +02:00
committed by GitHub
parent 4f7bbf1f29
commit 4c962b97b1

View File

@@ -12,6 +12,8 @@ import "../__fixtures__"
import { createScheduled } from "../__fixtures__/workflow_scheduled"
import { DB_URL, TestDatabase } from "../utils"
jest.setTimeout(50000)
const sharedPgConnection = knex<any, any>({
client: "pg",
searchPath: process.env.MEDUSA_WORKFLOW_ENGINE_DB_SCHEMA,