From 34a9dd8c4e11803f685a7f3d273aa801c0cfa143 Mon Sep 17 00:00:00 2001 From: Damon Oehlman Date: Thu, 24 Jul 2014 09:18:15 +1000 Subject: [PATCH] Extended timeout on events test --- test/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/events.js b/test/events.js index 6039c73..d926a1e 100644 --- a/test/events.js +++ b/test/events.js @@ -40,7 +40,7 @@ test('peer:connect', function(t) { timer = setTimeout(function () { t.fail('Timed out') - }, 5000); + }, 10000); }); test('clean up', function(t) {