Reputation: 23
I need to set timeout for every scenario. It should wait for only 1 minute for particular scenario to get response otherwise start the next scenario.
Upvotes: 1
Views: 4822
Reputation: 58058
Karate only supports the concept of a timeout for HTTP calls. Refer: https://stackoverflow.com/a/53398877/143475
If you need more, consider contributing code.
Upvotes: 1