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

Timeout failure #18

Open
maximelefrancois86 opened this issue Jul 7, 2020 · 1 comment
Open

Timeout failure #18

maximelefrancois86 opened this issue Jul 7, 2020 · 1 comment

Comments

@maximelefrancois86
Copy link

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>
@ksclarke
Copy link

ksclarke commented Jan 19, 2021

I'm also getting this: Warning: TIMEOUT after 306.0 s

I realize this is a Sonatype issue (i.e. "Why isn't the process completing sooner?"), but it would be nice to prepare for Sonatype's worst-case scenario.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants