Hi,
I am using the ConfigAPI class to open up a configuration session to a router
I am doing it the same way as the example in the api javadocs:
AdventNet CLI 2.0 API Specification ConfigAPI class (sorry couldnt post link)
There is an example at the top of the ConfigAPI class that i am following.
In my case the capi.runConfiguration("confName"); method is taking a long time to return and i believe i have hit a timeout as whenever the config takes 40 seconds it just exits the config. I have some configs that take longer than this and do not finish because they are just cut off after 40 seconds.
Is there any way to increase the timeout for the config session?
Thanks,
Joe.