Reputation: 224
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
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