inscrease timeout to 90 s
This commit is contained in:
@@ -35,7 +35,7 @@ async function sendRequest(fileName, callback) {
|
||||
'Content-Type': 'wav',
|
||||
'Authorization': 'Bearer 97e36f7e-340e-4c02-b329-9415faee38c3'
|
||||
},
|
||||
timeout: 30 * 1000
|
||||
timeout: 90 * 1000
|
||||
}).catch(err => {
|
||||
console.log(err.code);
|
||||
console.log(err.stack);
|
||||
|
||||
Reference in New Issue
Block a user