Skip to content

Commit 46b1845

Browse files
author
Kyle Keating
committed
Increase default request timeout from 10 to 15 seconds
1 parent 65b7057 commit 46b1845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/actions/Http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Http extends BaseAction {
4747
let response;
4848
const t0 = performance.now();
4949
let requestObj;
50-
const timeoutSeconds = (this.parameters.options && this.parameters.options.timeout) || 10;
50+
const timeoutSeconds = (this.parameters.options && this.parameters.options.timeout) || 15;
5151
requestObj = {
5252
url: this.parameters.url,
5353
method: this.method,

0 commit comments

Comments
 (0)