Committed by
Gerrit Code Review
Lower default operation timeout for distributed primitives to 5s
Change-Id: I141bd0589002c409ba7a6470931f506bbca05c7b
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