Use o.e.test and jdt.annotation from Eclipse 4.5
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / src / org / eclipse / tracecompass / tmf / core / tests / statesystem / ExperimentStateSystemModuleTest.java
index ff2540c0c212b1ab38d53b3aef96c578f4da7e22..141293a7bc535fd89a4989e6149b6ed14fb22790 100644 (file)
@@ -17,6 +17,8 @@ import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertNull;
 import static org.junit.Assert.fail;
 
+import java.util.concurrent.TimeUnit;
+
 import org.eclipse.tracecompass.statesystem.core.ITmfStateSystem;
 import org.eclipse.tracecompass.statesystem.core.exceptions.AttributeNotFoundException;
 import org.eclipse.tracecompass.statesystem.core.exceptions.StateSystemDisposedException;
@@ -45,7 +47,7 @@ public class ExperimentStateSystemModuleTest {
 
     /** Time-out tests after some time */
     @Rule
-    public TestRule globalTimeout = new Timeout(60000);
+    public TestRule globalTimeout = new Timeout(1, TimeUnit.MINUTES);
 
     /** ID of the test state system analysis module */
     public static final String MODULE_SS = "org.eclipse.linuxtools.tmf.core.tests.experiment";
This page took 0.024179 seconds and 5 git commands to generate.