Madan Jampani
Committed by Gerrit Code Review

Lower default operation timeout for distributed primitives to 5s

Change-Id: I141bd0589002c409ba7a6470931f506bbca05c7b
...@@ -100,7 +100,7 @@ public interface DistributedPrimitive { ...@@ -100,7 +100,7 @@ public interface DistributedPrimitive {
100 INACTIVE 100 INACTIVE
101 } 101 }
102 102
103 - static final long DEFAULT_OPERTATION_TIMEOUT_MILLIS = 60000L; 103 + static final long DEFAULT_OPERTATION_TIMEOUT_MILLIS = 5000L;
104 104
105 /** 105 /**
106 * Returns the name of this primitive. 106 * Returns the name of this primitive.
......