fix(medusa): Use query relation load strategy on Products (#3926)
* fix(medusa): products retrieve uses query strategy for performance * chore: packaged version of medusa typeorm fix * chore: update path * chore: stock locations uses typeorm version * chore: resolve typeorm to medusa package * chore: Update medusa project in CI action * chore: temp disable transaction timeout for plugins --------- Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: olivermrbl <oliver@mrbltech.com>
This commit is contained in:
@@ -18,7 +18,7 @@ const {
|
||||
simpleShippingOptionFactory,
|
||||
} = require("../../../factories")
|
||||
|
||||
jest.setTimeout(50000)
|
||||
jest.setTimeout(150000)
|
||||
|
||||
const adminHeaders = { headers: { Authorization: "Bearer test_token" } }
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ const { setPort, useApi } = require("../../../helpers/use-api")
|
||||
|
||||
const adminSeeder = require("../../helpers/admin-seeder")
|
||||
|
||||
jest.setTimeout(50000)
|
||||
jest.setTimeout(10000)
|
||||
|
||||
const {
|
||||
simpleOrderFactory,
|
||||
|
||||
Reference in New Issue
Block a user