server session CHANGE separate timeout for waiting for queue
diff --git a/src/session_p.h b/src/session_p.h
index 1772e0e..49f3214 100644
--- a/src/session_p.h
+++ b/src/session_p.h
@@ -284,7 +284,13 @@
 /**
  * Timeout in msec for acquiring a lock of a pollsession structure.
  */
-#define NC_PS_LOCK_TIMEOUT 500
+#define NC_PS_LOCK_TIMEOUT 200
+
+/**
+ * Timeout in msec for a thread to wait for its turn to work with a pollsession structure.
+ *
+ */
+#define NC_PS_QUEUE_TIMEOUT 1000
 
 /**
  * Time slept in msec if no endpoint was created for a running Call Home client.