From 2cec5bedba2cf202abb85cc2908794d867b0ac89 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Mon, 23 Mar 2015 09:54:00 +0100 Subject: [PATCH] Merge pull request +6686 from c9/fix-asia [hotfix] Fix Asian connectivity --- plugins/c9.vfs.client/endpoint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.vfs.client/endpoint.js b/plugins/c9.vfs.client/endpoint.js index 16b9b8a7..60e878df 100644 --- a/plugins/c9.vfs.client/endpoint.js +++ b/plugins/c9.vfs.client/endpoint.js @@ -166,7 +166,7 @@ define(function(require, exports, module) { var server = servers[i]; auth.request(server.url + "/" + options.pid, { method: "POST", - timeout: 20000, + timeout: 120000, body: { version: version },