Skip to content

Commit

Permalink
decrease the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Aug 25, 2024
1 parent 9c440e0 commit aebc6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/visuApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
async function handleSendToAdapter(visuData, adapter) {
const { instance, message, data } = visuData;

const resp = await adapter.sendToAsync(instance, message, data,{ timeout: 20_000 });
const resp = await adapter.sendToAsync(instance, message, data,{ timeout: 2_000 });
return { ...resp };
}

Expand Down

0 comments on commit aebc6a7

Please sign in to comment.