Add timer constants in olm
[transportpce.git] / olm / src / main / java / org / opendaylight / transportpce / olm / util / OlmUtils.java
index 75b1c489218acf0a1041b1a3c4530458958d3651..b2e04a8f82ade2ec2f53407f5655e4870c8320bb 100644 (file)
@@ -34,6 +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
     private static final InstanceIdentifier<Topology> NETCONF_TOPO_IID =
         InstanceIdentifier
             .create(NetworkTopology.class)