1
0
Fork 0

reduce timeout to one hour.

This commit is contained in:
Willi Goesgens 2015-05-26 13:51:08 +02:00
parent d1c97a42c0
commit d940b914d4
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ function runThere (options, instanceInfo, file) {
}
var o = makeAuthorisationHeaders(options);
o.method = "POST";
o.timeout = 24 * 3600;
o.timeout = 3600;
o.returnBodyOnError = true;
r = download(instanceInfo.url + "/_admin/execute?returnAsJSON=true",t,o);
if (! r.error && r.code === 200) {