Skip to content

Commit

Permalink
undoing .only so that whole test suite runs
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaqai committed Nov 22, 2016
1 parent 3ca12a8 commit ffe0595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/opentok-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('when there is too much network latency', function () {
beforeEach(function () {
this.opentok = new OpenTok(apiKey, apiSecret);
});
it.only('times out when the request takes longer than the default timeout', function (done) {
it('times out when the request takes longer than the default timeout', function (done) {
// make sure the mocha test runner doesn't time out for at least as long as we are willing to
// wait plus some reasonable amount of overhead time (100ms)
var scope;
Expand Down

0 comments on commit ffe0595

Please sign in to comment.