Forum Discussion
nmrao
10 years agoCommunity Hero
Are you send in the same subnet or different one? What property did you change to increase timeout?
SVSingh
10 years agoOccasional Contributor
Sending on different subnet.
Increased timeout via Preferences as well as at teststep level
Post request is:
POST http://IP/XXX/import/SmokeTest.csv HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: multipart/mixed
- nmrao10 years agoCommunity HeroYou did not mention what property. Is it that Session Timeout that you increased?
If you transfer file manually such as ftp how much time will take? So, accordingly try increasing timeout.
How consistent the issue is?- SVSingh10 years agoOccasional Contributor
Socket Timeout(preferences>HTTP), i increased it some 10 mins, usually it takes 1 min thru postman.
I guess issue is not related to timeout, am i missing some trick here?
ERROR:java.net.SocketException: Connection reset by peer: socket write error
- nmrao10 years agoCommunity HeroHope you are using close connection after each request property in preferences.