Skip to content

Commit

Permalink
Extended timeout for slower Travis response.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Aug 10, 2019
1 parent ce60159 commit 05cda9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/keep-alive.js
Expand Up @@ -57,7 +57,7 @@ test('supports keep alive disconnections after a pingreq', function (t) {

test('disconnect if a connect does not arrive in time', function (t) {
t.plan(2)
t.timeoutAfter(200)
t.timeoutAfter(500)

var s = setup(aedes({
connectTimeout: 100
Expand Down

0 comments on commit 05cda9b

Please sign in to comment.