testproject-io / java-opensdk

TestProject Java OpenSDK
Apache License 2.0
50 stars 42 forks source link

Allow increasing session creation timeout #158

Closed s-glatshtein closed 3 years ago

s-glatshtein commented 3 years ago

Sometimes it takes a long time to create a session (e.g. tests on cloud platforms). To prevent session timeout in those, we should allow users to override the session creation timeout to account for timeout problems.

s-glatshtein commented 3 years ago

fixed by #156