feat(medusa): Improve add line item to cart perf and transaction management + clustering start command (#5701)

This commit is contained in:
Adrien de Peretti
2023-12-06 08:53:35 +01:00
committed by GitHub
parent a458cd144d
commit 6975eacb33
14 changed files with 341 additions and 147 deletions
@@ -17,7 +17,7 @@ const {
getContainer,
} = require("../../../../environment-helpers/use-container")
jest.setTimeout(30000)
jest.setTimeout(60000)
const adminHeaders = { headers: { "x-medusa-access-token": "test_token" } }