inspectIT / inspectit-ocelot

inspectIT Ocelot - Java agent for collecting application performance, tracing and behavior data
http://www.inspectit.rocks/
Apache License 2.0
204 stars 69 forks source link

fix agent error status by increasing the agent command timeout #1618

Closed TitusLabs closed 1 year ago

TitusLabs commented 1 year ago

The timeout is set to the same value as on the server side, so there is no time left to receive the no content response.

Solution: add another 10s on the agent side to be able to receive the response.


This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #1618 (3396088) into master (5aaacdf) will decrease coverage by 0.04%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1618      +/-   ##
============================================
- Coverage     78.38%   78.34%   -0.04%     
+ Complexity     2497     2496       -1     
============================================
  Files           256      256              
  Lines          8177     8177              
  Branches        977      977              
============================================
- Hits           6409     6406       -3     
- Misses         1350     1352       +2     
- Partials        418      419       +1