Skip to content

Commit

Permalink
fixed unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
dgofman committed Mar 6, 2017
1 parent 80e10cf commit 5308bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud-session",
"version": "1.0.8",
"version": "1.0.9",
"description": "Session replication library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ describe('Testing Session', function () {
};
};
next(_req, res, function() {});
}, 1);
}, 100);
};
apis = session(app, portNumber, opt, proxy);
});
Expand Down

0 comments on commit 5308bb2

Please sign in to comment.