client session CHANGE use READ_TIMEOUT for internal get-schema reply wait

Fixes #43
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0382b2d..14f9585 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@
     configure_file(Doxyfile.in Doxyfile)
 endif()
 
-# option - partial message read timeout in seconds
+# option - partial message read timeout in seconds (also used for internal <get-schema> RPC reply wait)
 if(NOT READ_TIMEOUT)
     set(READ_TIMEOUT 30)
 endif()