mozilla-addons-api icon indicating copy to clipboard operation
mozilla-addons-api copied to clipboard

Timeout on submit

Open simbesh opened this issue 2 years ago • 4 comments

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?

simbesh avatar Nov 14 '23 23:11 simbesh

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.

lnoss avatar Dec 19 '23 23:12 lnoss

Also seeing the same issue

rustyzone avatar Jun 25 '24 12:06 rustyzone

I have the same issue. The fix from @rustyzone works for me, hopefully it will be merged soon 🤞

mik4ik avatar Jul 25 '24 14:07 mik4ik

Merged -- sorry about the delay folks, didn't see reviewer tagged xD image

louisgv avatar Nov 13 '24 09:11 louisgv