Forum Discussion

MTK's avatar
MTK
Occasional Contributor
12 years ago

Default Value of Socket Timeout?

Hello Support Team,

In one of our test we encountered "java.net.sockettimedoutexception: read timed out" errors. I believe, this is becaue the response time of a request exceeded Socket Timeout value (which is empty by default). So I want to know the default value (seconds or milliseconds) of this field.

Thank You.

2 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    the default is 60000 ms - ie 60 seconds

    regards!

    /Ole
    SmartBear Software
    • nikhil_rawat's avatar
      nikhil_rawat
      Visitor

      Hi Team,

       

      Could you please let me know why this field has different behavior with value 0 with respect to version 1.9 and 2.1?