Merge pull request +6611 from c9/hotfix-vfs

Decrease timeout
c9
Lennart Kats 2015-03-16 12:09:14 +01:00
rodzic 329ac9812e
commit 8a32d89a6f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
},