Skip to content

Commit

Permalink
Try setting a longer timeout for central
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Aug 10, 2022
1 parent 83bfbbb commit 22d23fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<server>
<id>central</id>
<configuration>
<httpConfiguration>
<all>
<connectionTimeout>120000</connectionTimeout>
<readTimeout>120000</readTimeout>
</all>
</httpConfiguration>
</configuration>
</server>

1 change: 1 addition & 0 deletions .github/workflows/verify-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
mvn -U -V -e -B -ntp
--global-toolchains ${{ github.workspace }}/tycho/toolchains-gh.xml
--file pom.xml
--settings ${{ github.workspace }}/tycho/.github/settings.xml
-DskipTests
clean verify

0 comments on commit 22d23fe

Please sign in to comment.