From: Bernd Hufmann Date: Thu, 28 Jun 2012 14:31:53 +0000 (-0400) Subject: Put back timeout values for LTTng 2.0 control commands to 15 seconds X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dadd7daaa1a27db4381284658c10a62d8c0c8edc;p=deliverable%2Ftracecompass.git Put back timeout values for LTTng 2.0 control commands to 15 seconds --- 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