tmf: Increase delay until ProjectModelTestData times out
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 14 Mar 2014 21:16:40 +0000 (17:16 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 14 Mar 2014 22:50:09 +0000 (18:50 -0400)
Change-Id: I08c3bffd36041a8464b6b303573cca4f550993e8
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/23417
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.tmf.ui.tests/shared/org/eclipse/linuxtools/tmf/ui/tests/shared/ProjectModelTestData.java

index b61bf9c3b5a635efdf8dd539a85730d30244dfcc..e6772e35bbda3d4673f7093203a3a045f1f74eb4 100644 (file)
@@ -49,7 +49,7 @@ import org.eclipse.ui.actions.WorkspaceModifyOperation;
 public class ProjectModelTestData {
 
     /* Maximum number of thread delays the main thread will do before timing out */
-    private static final int DELAY_COUNTER = 10;
+    private static final int DELAY_COUNTER = 1000;
     /* Default delay time when having the main thread sleep. */
     private static final long DEFAULT_DELAY = 500;
 
This page took 0.031871 seconds and 5 git commands to generate.