Default Value of Socket Timeout?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2012
08:46 AM
07-25-2012
08:46 AM
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.
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 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2012
03:01 AM
07-26-2012
03:01 AM
Hi!
the default is 60000 ms - ie 60 seconds
regards!
/Ole
SmartBear Software
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
the default is 60000 ms - ie 60 seconds
regards!
/Ole
SmartBear Software
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017
05:26 AM
11-07-2017
05:26 AM
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?
