azureml-examples icon indicating copy to clipboard operation
azureml-examples copied to clipboard

Replace timeout by wait() in registry creation.

Open nick863 opened this issue 1 year ago • 0 comments

Description

Registry creation notebook fails because 720 seconds (LROConfigurations.POLLING_TIMEOUT) is not enough to deploy the registry and that results intofailure. See work item 3299522.

Checklist

  • [x] I have read the contribution guidelines.
  • [x] I have coordinated with the docs team ([email protected]) if this PR deletes files or changes any file names or file extensions.
  • [x] Pull request includes test coverage for the included changes.
  • [x] This notebook or file is added to the CODEOWNERS file, pointing to the author or the author's team.

nick863 avatar Jun 18 '24 23:06 nick863