diff --git a/services/common/rest.js b/services/common/rest.js index 3f33ace32d8e..491a60119c05 100644 --- a/services/common/rest.js +++ b/services/common/rest.js @@ -162,9 +162,10 @@ RESTRequest.prototype = { * Request timeout (in seconds, though decimal values can be used for * up to millisecond granularity.) * - * 0 for no timeout. + * 0 for no timeout. Default is 300 seconds (5 minutes), the same as Sync uses + * in resource.js. */ - timeout: null, + timeout: 300, /** * The encoding with which the response to this request must be treated.