Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Timeout failure #18

@maximelefrancois86

Description

@maximelefrancois86

Hello,

I get a timeout failure [WARNING] TIMEOUT after 311.2 s while waiting that the staging repository closes on oss.sonatype.org

see https://github.com/sparql-generate/sparql-generate/runs/845036224?check_suite_focus=true#step:6:16368

Could it be that the default server timeout value is too small in the .m2/settings.xml?
Can we augment it?

<settings>
  <servers>
    <server>
      <id>central</id>
      <configuration>
            <timeout>120000</timeout>
      </configuration>
    </server>
  </servers>
</settings>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions