Skip to content

Commit ac28f26

Browse files
authored
Increased create extensions instance timeout to 1h to match the backend (#5969)
1 parent 417c4b4 commit ac28f26

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
- Increased extension instance create poll timeout to 1h to match backend (#5969).
12
- Refactored `ext:install` to use the latest extension metadata. (#5997)

src/extensions/extensionsApi.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function createInstanceHelper(
5858
apiOrigin: extensionsOrigin,
5959
apiVersion: EXTENSIONS_API_VERSION,
6060
operationResourceName: createRes.body.name,
61-
masterTimeout: 600000,
61+
masterTimeout: 3600000,
6262
});
6363
return pollRes;
6464
}

0 commit comments

Comments
 (0)