Timeout on submit
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?
Currently meeting the same problem.
🔴 ERROR | Error: firefox: Step 1) Item ""6def1df3-6313-4648-a6ca-945b92aba510" (No Google Search Translation)": Upload has not been validated in time.
Not sure if the pull requests are actively reviewed. Gonna wait maintainers even before reviewing the current problem.
Also seeing the same issue
I have the same issue. The fix from @rustyzone works for me, hopefully it will be merged soon 🤞
Merged -- sorry about the delay folks, didn't see reviewer tagged xD