Skip to content

Timeout on submitΒ #92

@simbesh

Description

@simbesh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions