Closed TitusLabs closed 1 year ago
Merging #1618 (3396088) into master (5aaacdf) will decrease coverage by
0.04%
. The diff coverage isn/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
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