We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b7057 commit 46b1845Copy full SHA for 46b1845
src/models/actions/Http.js
@@ -47,7 +47,7 @@ class Http extends BaseAction {
47
let response;
48
const t0 = performance.now();
49
let requestObj;
50
- const timeoutSeconds = (this.parameters.options && this.parameters.options.timeout) || 10;
+ const timeoutSeconds = (this.parameters.options && this.parameters.options.timeout) || 15;
51
requestObj = {
52
url: this.parameters.url,
53
method: this.method,
0 commit comments