Skip to content

Commit

Permalink
Raise this timeout to reduce test failures when kafka consumption is …
Browse files Browse the repository at this point in the history
…slow
  • Loading branch information
atamon committed Dec 18, 2017
1 parent 4a7ea2f commit f34e55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-contracts/basics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('kafka-cache build-contract basics', function () {
expect(value).to.deep.equal({ json: 'whadup' });
done();
});
}, 1000);
}, 3000);
});
});
});
Expand Down

0 comments on commit f34e55d

Please sign in to comment.