From 49e9748b119bf149ea284f45a04e929d6856e84f Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Tue, 7 Apr 2015 15:51:18 +0000 Subject: [PATCH] Increasing timeout of net_test --- plugins/c9.fs/net_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =