From dadd7daaa1a27db4381284658c10a62d8c0c8edc Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Thu, 28 Jun 2012 10:31:53 -0400 Subject: [PATCH] Put back timeout values for LTTng 2.0 control commands to 15 seconds --- .../internal/lttng2/ui/views/control/remote/CommandShell.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/CommandShell.java b/org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/CommandShell.java index ba025ae7ad..88e58e1509 100644 --- a/org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/CommandShell.java +++ b/org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/CommandShell.java @@ -62,8 +62,8 @@ public class CommandShell implements ICommandShell { /** Default command separator */ public final static char CMD_SEPARATOR = ';'; - // /** Default timeout value used for executing commands, in milliseconds */ - private final static int DEFAULT_TIMEOUT_VALUE = 150000; // in milliseconds + /** Default timeout value used for executing commands, in milliseconds */ + private final static int DEFAULT_TIMEOUT_VALUE = 15000; // ------------------------------------------------------------------------ // Attributes -- 2.34.1