add http task timeout & test unit#2955
Conversation
BoYiZhang
commented
Jun 11, 2020

Codecov Report
@@ Coverage Diff @@
## dev #2955 +/- ##
============================================
+ Coverage 38.13% 38.46% +0.32%
- Complexity 2620 2653 +33
============================================
Files 436 436
Lines 20084 20090 +6
Branches 2444 2444
============================================
+ Hits 7660 7727 +67
+ Misses 11714 11640 -74
- Partials 710 723 +13 Continue to review full report at Codecov.
|
|
@BoYiZhang Why is the default value of connecTimeout & socketTimeout set through front-end? |
Use (APACHE httpclient jar) to process HTTP requests Default timeout: 60000ms The front-end setting is mainly for display. If you do not need to set the timeout, the parameters are hidden |
|
Kudos, SonarCloud Quality Gate passed!
|
the related issue: #2882 |