decrease OLM timers in functional tests
[transportpce.git] / olm / src / main / java / org / opendaylight / transportpce / olm / util / OlmUtils.java
index b2e04a8f82ade2ec2f53407f5655e4870c8320bb..0bafe5e7a6966ed6fe4e695803590d3fc10974ac 100644 (file)
@@ -34,8 +34,8 @@ public final class OlmUtils {
 
     private static final Logger LOG = LoggerFactory.getLogger(OlmUtils.class);
     private static long DATABROKER_READ_TIMEOUT_SECONDS = 120;
-    public static long OLM_TIMER_1 = 120000; //nominal value is 120000 - functional test value may be 3000
-    public static long OLM_TIMER_2 = 20000; //nominal value is 20000 - functional test value may be 2000
+    public static long OLM_TIMER_1 = 120000; //#FUNCTESTVAL= 3000;
+    public static long OLM_TIMER_2 = 20000;  //#FUNCTESTVAL= 2000;
     private static final InstanceIdentifier<Topology> NETCONF_TOPO_IID =
         InstanceIdentifier
             .create(NetworkTopology.class)