Skip to content

Commit

Permalink
Add timeout for snapshots in servers settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
marest94 committed Nov 13, 2023
1 parent b58eb0a commit 312b223
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/.m2/settings/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
</mirrors>
-->
<servers>
<server>
<id>snapshots</id>
<configuration>
<timeout>5000</timeout>
</configuration>
</server>
<server>
<id>github</id>
<username>Engineering-Research-and-Development</username>
Expand Down

0 comments on commit 312b223

Please sign in to comment.