Skip to content

Commit

Permalink
test: fix tests in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Sep 30, 2020
1 parent 67c54b8 commit 7f73a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/connection.js
Expand Up @@ -436,7 +436,7 @@ describe('connection', function () {

it('should still try to reconnect twice after opening another socket asynchronously', function (done) {
var manager = io.Manager(
`http://localhost:9823`,
'http://localhost:9823',
{ reconnect: true, reconnectionAttempts: 2 }
);
var delay = Math.floor(manager.reconnectionDelay() * manager.randomizationFactor() * 0.5);
Expand Down

0 comments on commit 7f73a28

Please sign in to comment.