Increase timeouts for tests that have low values
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.tmf.ctf.core.tests / src / org / eclipse / tracecompass / tmf / ctf / core / tests / trace / FunkyTraceTest.java
index 9659da5c8863448772759d80b238c859ed84b29d..7a66448828343fc8cd5cb799ace071452db5b81b 100644 (file)
@@ -43,9 +43,9 @@ import org.junit.rules.Timeout;
  */
 public class FunkyTraceTest {
 
-    /** Time-out tests after 20 seconds */
+    /** Time-out tests after 1 minute. */
     @Rule
-    public TestRule globalTimeout= new Timeout(20, TimeUnit.SECONDS);
+    public TestRule globalTimeout = new Timeout(1, TimeUnit.MINUTES);
 
     // ------------------------------------------------------------------------
     // Attributes
This page took 0.032997 seconds and 5 git commands to generate.