Skip to content

Commit

Permalink
fix: add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
srindom committed Jan 31, 2024
1 parent c8f2c4f commit 73b7f1c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { getContainer } from "../../../../environment-helpers/use-container"
import { initDb, useDb } from "../../../../environment-helpers/use-db"
import { createAuthenticatedCustomer } from "../../../helpers/create-authenticated-customer"

jest.setTimeout(50000)

const env = { MEDUSA_FF_MEDUSA_V2: true }

describe("POST /store/customers/me/addresses", () => {
Expand Down

0 comments on commit 73b7f1c

Please sign in to comment.