Skip to content

Commit

Permalink
Set long timeout for API-bound tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlarimer committed Feb 17, 2016
1 parent 2d773dc commit 421fa4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/modules/server/scoped-keys-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe("Scoped Keys", function(){
expect(decryptedOptions).to.deep.equal(this.keyOptions);

// Apply and test scoped key
this.timeout(300 * 1000);
this.client
.projectId(this.projectId)
.readKey(scopedKey)
Expand Down Expand Up @@ -96,6 +97,7 @@ describe("Scoped Keys", function(){
expect(decryptedOptions).to.deep.equal(this.keyOptions);

// Apply and test scoped key
this.timeout(300 * 1000);
this.client
.projectId(this.projectId)
.readKey(scopedKey)
Expand Down

0 comments on commit 421fa4b

Please sign in to comment.