Skip to content

Commit

Permalink
Increased create extensions instance timeout to 1h to match the backe…
Browse files Browse the repository at this point in the history
…nd (#5969)
  • Loading branch information
pavelgj committed Jun 28, 2023
1 parent 417c4b4 commit ac28f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Increased extension instance create poll timeout to 1h to match backend (#5969).
- Refactored `ext:install` to use the latest extension metadata. (#5997)
2 changes: 1 addition & 1 deletion src/extensions/extensionsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function createInstanceHelper(
apiOrigin: extensionsOrigin,
apiVersion: EXTENSIONS_API_VERSION,
operationResourceName: createRes.body.name,
masterTimeout: 600000,
masterTimeout: 3600000,
});
return pollRes;
}
Expand Down

0 comments on commit ac28f26

Please sign in to comment.