Skip to content

Commit

Permalink
increasing timeout for ES test
Browse files Browse the repository at this point in the history
  • Loading branch information
Panthro committed Aug 23, 2016
1 parent 8ca8dfe commit 8654ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/orchestrator.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ describe('Orchestrator Integration', function () {

it('Should store message on ES', function () {

// eslint-disable-next-line no-invalid-this
this.timeout(10000); //

const defaultOptions = {
registerQueue: `register-${uuid.v4()}`,
Expand Down

0 comments on commit 8654ae5

Please sign in to comment.