Index: /trunk/Ohana/src/opihi/pcontrol/rconnect.c
===================================================================
--- /trunk/Ohana/src/opihi/pcontrol/rconnect.c	(revision 18083)
+++ /trunk/Ohana/src/opihi/pcontrol/rconnect.c	(revision 18084)
@@ -2,5 +2,5 @@
 
 /* connection can take a while, allow up to 2 sec */
-# define CONNECT_TIMEOUT 500
+# define CONNECT_TIMEOUT 5000
 
 /* connect to host, start the shell: ssh hostname pclient -> command hostname shell
@@ -106,5 +106,5 @@
 
 connect_error:
-  if (VerboseMode()) gprint (GP_ERR, "error while connecting\n");
+  if (VerboseMode()) gprint (GP_ERR, "error while connecting, status: %d, ncycles: %d\n", status, i);
 
   /* avoid blocking on waitpid, test every 100 usec, up to 50 msec */
