core icon indicating copy to clipboard operation
core copied to clipboard

feat(sdk): script timeout

Open ScriptedAlchemy opened this issue 3 months ago • 2 comments

Description

Allow timeout to be set on create script

Script timeout is OS based and on windows, it can take several seconds before errorLoadRemote hook can be triggered as OS waits for script

Related Issue

https://github.com/module-federation/core/issues/2367

Types of changes

  • [x] Docs change / refactoring / dependency upgrade
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)

Checklist

  • [ ] I have added tests to cover my changes.
  • [x] All new and existing tests passed.
  • [x] I have updated the documentation.

ScriptedAlchemy avatar Apr 30 '24 22:04 ScriptedAlchemy