Increasing timeout of net_test

This commit is contained in:
Tim Robinson 2015-04-07 15:51:18 +00:00
parent b01af78197
commit 49e9748b11

View File

@ -40,7 +40,7 @@ require(["lib/architect/architect", "lib/chai/chai"], function (architect, chai)
describe('net', function() {
describe('connect()', function() {
this.timeout(10000);
this.timeout(30000);
it("should connect to a port", function(done) {
var code =