From 4b5a344ea8655208cf524ac5923b05e42c7684d6 Mon Sep 17 00:00:00 2001 From: Mikko Rantanen Date: Wed, 19 Aug 2015 02:46:41 +0300 Subject: [PATCH] The latency limit was a bit too close for Travis as well --- test/audio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/audio.js b/test/audio.js index c7fbc6f..857cff1 100644 --- a/test/audio.js +++ b/test/audio.js @@ -45,7 +45,7 @@ describe( 'MumbleConnection', function() { // Delay is affected by the server location relative to test // runner. In Travis' case the runner is most likely in the US // while the test server is in Europe. - delay.should.be.below( 200 ); + delay.should.be.below( 300 ); done(); }); });