Skip to content

Commit

Permalink
Merge pull request #4920 from reactioncommerce/fix-impactmass-test-ti…
Browse files Browse the repository at this point in the history
…meouts

test: Fix sitemaps test timeouts
  • Loading branch information
dancastellon authored Jan 16, 2019
2 parents a44ac34 + 23c3f67 commit 3e4ada0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ describe("generateSitemaps", () => {
let sandbox;
let primaryShop;

beforeEach(() => {
beforeEach(function () {
this.timeout(10000);
sandbox = sinon.sandbox.create();
primaryShop = Factory.create("shop");
sandbox.stub(Reaction, "getPrimaryShopId", () => primaryShop._id);
Expand Down

0 comments on commit 3e4ada0

Please sign in to comment.