Skip to content

Commit

Permalink
Introduce readTimeout for UI module downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Feb 8, 2024
1 parent de76246 commit 82d18e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<md5>3afe15e976734d9daac26310110c4594</md5>
<skipCache>true</skipCache>
<overwrite>true</overwrite>
<readTimeout>3000</readTimeout>
</configuration>
</execution>
<execution>
Expand All @@ -79,6 +80,7 @@
<md5>6bea60c34c5db6797150610dacdc6bce</md5>
<skipCache>true</skipCache>
<overwrite>true</overwrite>
<readTimeout>3000</readTimeout>
</configuration>
</execution>
<execution>
Expand All @@ -94,6 +96,7 @@
<md5>dc5e7f18c8d36ac1d3d4753a87c98d0a</md5>
<skipCache>true</skipCache>
<overwrite>true</overwrite>
<readTimeout>3000</readTimeout>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 82d18e8

Please sign in to comment.