Skip to content

Commit

Permalink
align with kibana (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 authored Oct 13, 2023
1 parent f75c470 commit 12d9fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/push/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export async function sendRequest(options: APIRequestOptions) {
'user-agent': `Elastic/Synthetics ${version}`,
'kbn-xsrf': 'true',
},
headersTimeout: 60 * 1000,
// align with the default timeout of the kibana route
headersTimeout: 2 * 60 * 1000,
});
}

Expand Down

0 comments on commit 12d9fe4

Please sign in to comment.