generated from PlasmoHQ/qtt
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello, I'm using this package to submit a Plasmo extension in my GitLab CI pipeline, but the default timeout is too short,
in dist/index.js I see there is a retry overwrite param:
submit = async ({filePath: e, version: t = "1.0.0", retry = {retries: 8, delay: 2400}}) => {
but it is not there in the types declaration file, nor does it appear to work when I try and pass a retry object to submit().
My current workaround is to move the submit method into my deploy script and add a longer timeout, would you accept a PR to add this to the submit signature?
FedericoPonzi
Metadata
Metadata
Assignees
Labels
No labels