Put back timeout values for LTTng 2.0 control commands to 15 seconds
authorBernd Hufmann <bhufmann@gmail.com>
Thu, 28 Jun 2012 14:31:53 +0000 (10:31 -0400)
committerBernd Hufmann <bhufmann@gmail.com>
Thu, 28 Jun 2012 14:31:53 +0000 (10:31 -0400)
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/CommandShell.java

index ba025ae7adc999bd6d702e9b8d02c9ef0df6080b..88e58e1509bd72bb6d95c3820c752991e417b381 100644 (file)
@@ -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
This page took 0.032743 seconds and 5 git commands to generate.