From 8a32d89a6fbb9c2584dad8df7613545b33a72669 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Mon, 16 Mar 2015 12:09:14 +0100 Subject: [PATCH] Merge pull request +6611 from c9/hotfix-vfs Decrease timeout --- 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 95e20d6e..345511de 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: 120000, + timeout: 20000, body: { version: version },