Skip to content

Commit

Permalink
The latency limit was a bit too close for Travis as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Rantanen committed Aug 18, 2015
1 parent b80d216 commit 4b5a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/audio.js
Expand Up @@ -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();
});
});
Expand Down

0 comments on commit 4b5a344

Please sign in to comment.