inscrease timeout to 90 s

This commit is contained in:
2023-01-16 14:10:05 +01:00
parent 85048ec44d
commit b7859dec65
+1 -1
View File
@@ -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);