Skip to content

Commit

Permalink
Merge pull request #3055 from reactioncommerce/spencer-test-increase-…
Browse files Browse the repository at this point in the history
…timeout-createshop

Increases the timeout for a test that regularly times out on circle
  • Loading branch information
mikemurray authored Oct 9, 2017
2 parents 64a56dc + 93bde5a commit 158d5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/methods/core/shops.app-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ describe("core shop methods", function () {
});

it("should create new shop for admin for userId and shopObject", function () {
this.timeout(5000);
sandbox.stub(Meteor, "user", () => {
return {
userId: "12345678",
Expand Down

0 comments on commit 158d5de

Please sign in to comment.