Lower default operation timeout for distributed primitives to 5s
Change-Id: I141bd0589002c409ba7a6470931f506bbca05c7b (cherry picked from commit 0d14a0c0)
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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. | ... | ... |
-
Please register or login to post a comment