Index: /trunk/Ohana/src/opihi/lib.shell/multicommand.c
===================================================================
--- /trunk/Ohana/src/opihi/lib.shell/multicommand.c	(revision 18126)
+++ /trunk/Ohana/src/opihi/lib.shell/multicommand.c	(revision 18127)
@@ -93,5 +93,5 @@
 
 	  // receive the command exit status
-	  if (ExpectMessage (server, 2.0, &message)) {
+	  if (ExpectMessage (server, 10.0, &message)) {
 	    switch (errno) {
 	      case EPIPE:
@@ -108,5 +108,5 @@
 
 	  // receive the resulting stderr
-	  if (ExpectMessage (server, 2.0, &message)) {
+	  if (ExpectMessage (server, 10.0, &message)) {
 	    switch (errno) {
 	      case EPIPE:
@@ -123,5 +123,5 @@
 
 	  // receive the resulting stdout
-	  if (ExpectMessage (server, 2.0, &message)) {
+	  if (ExpectMessage (server, 10.0, &message)) {
 	    switch (errno) {
 	      case EPIPE:
