lczub / TestLink-API-Python-client

A Python client to use the TestLink API
104 stars 63 forks source link

Please provide timeout() variable for connect() method #87

Closed chintanvadgama closed 6 years ago

chintanvadgama commented 7 years ago

Testlink Server is setup on private IP & sometimes the IP is not reachable. So, could you please provide timeout variable by which it will stop reconnection attempts to the server. If it's already there then please do let me know.

lczub commented 7 years ago

Hello Chintan,

the testlink-api-python-client uses the xmlrpclib. That doc says nothing about a timeout. So I have currently not an idea, how TestlinkAPIGeneric._callServer() can notify timeout problems directly

There exists some older stackoverflow discussion which maybe help

Have you the possibility to play around with your testlink-api-python-client to check, if one of this suggestions can solve your timeout problem?

The server is inititiales in TestlinkAPIGeneric._init()

Regards Luiko

lczub commented 6 years ago

Closed cause no additional required input