Kumar112
Kumar112

Reputation: 224

am not able to configure readTimeout to be more than 60 sec in karate

One of my api's take more than 2 mins ( i know it's bad response time) to respond and am using karate to test it. I tried to increase the default 30 sec time by * configure readTimeout = 90000 but it still only waits for 60 sec. am using karate v 0.7.0. Any suggestions?

Upvotes: 1

Views: 848

Answers (1)

Peter Thomas
Peter Thomas

Reputation: 58058

You can try switching to karate-jersey from karate-apache or vice-versa. Also try the other connectTimeout setting. Else, upgrade to 0.9.1, in case this bug-fix is involved: https://github.com/intuit/karate/issues/586

Upvotes: 1

Related Questions