diff --git a/plugins/c9.fs/net_test.js b/plugins/c9.fs/net_test.js index 359281b2..c4ef2a30 100644 --- a/plugins/c9.fs/net_test.js +++ b/plugins/c9.fs/net_test.js @@ -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 =