We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9387213 commit c67f35cCopy full SHA for c67f35c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opsless/ms-teams-github-actions",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"private": true,
5
"description": "MS Teams Github Actions integration",
6
"main": "lib/main.js",
src/main.ts
@@ -203,7 +203,7 @@ const send = async () => {
203
204
core.info(JSON.stringify(webhookBody))
205
206
- const timeout = 5000;
+ const timeout = 30000;
207
const controller = new AbortController();
208
const id = setTimeout(() => controller.abort(), timeout);
209
0 commit comments