ChameleonCloud / python-chi

Python client for the Chameleon testbed
Apache License 2.0
4 stars 4 forks source link

wait_for_tcp - Default timeout #65

Open lvn2007 opened 2 months ago

lvn2007 commented 2 months ago

In server module, It seems like the default timeout mentioned in documentation is not aligned with the implementation of wait_for_tcp. In the doc, the default is 1200 seconds while wait_for_tcp, it's (60 * 2) seconds.