Hello,
I am trying to send API request but I am getting response after 100 sec but timeout is set to 60 due to which test is getting failed , please let me know how to increase timeout .
Hello,
I am trying to send API request but I am getting response after 100 sec but timeout is set to 60 due to which test is getting failed , please let me know how to increase timeout .
The default timeout for API calls is 200 seconds - if the user wishes to change this, the process is as follows:
defaults write Eggplant ConnectionTimeout 200
You should then be able to restart EPF and the default timeout will be 200 seconds.
thanks Sudhakar it worked