Skip to content

Commit

Permalink
Extended timeout on events test
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Jul 23, 2014
1 parent 956b019 commit 34a9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test('peer:connect', function(t) {

timer = setTimeout(function () {
t.fail('Timed out')
}, 5000);
}, 10000);
});

test('clean up', function(t) {
Expand Down

0 comments on commit 34a9dd8

Please sign in to comment.