Skip to content

Commit

Permalink
update fetchConfigs timeout in getCapabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanweiler92 committed Jul 28, 2023
1 parent 45e199b commit 22ba910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build-options/getCapabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async function fetchConfigs (inputFile, outputFile) {
method: 'get',
url: inputFile,
responseType: 'stream',
timeout: 10000
timeout: 500000
}).then(async (response) => {
if (argv.mode === 'verbose') console.warn(`Writing ${outputFile}...`)
await response.data.pipe(writer)
Expand Down

0 comments on commit 22ba910

Please sign in to comment.