Madan Jampani

Lower default operation timeout for distributed primitives to 5s

Change-Id: I141bd0589002c409ba7a6470931f506bbca05c7b
(cherry picked from commit 0d14a0c0)
......@@ -100,7 +100,7 @@ public interface DistributedPrimitive {
INACTIVE
}
static final long DEFAULT_OPERTATION_TIMEOUT_MILLIS = 60000L;
static final long DEFAULT_OPERTATION_TIMEOUT_MILLIS = 5000L;
/**
* Returns the name of this primitive.
......