Github user madrob commented on a diff in the pull request:
https://github.com/apache/curator/pull/242#discussion_r153341026
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
---
@@ -973,6 +981,33 @@ void performBackgroundOperation(OperationAndData<?>
operationAndData)
}
}
+ @VisibleForTesting
+ volatile long sleepAndQueueOperationSeconds = 1;
--- End diff --
That's reasonable, thanks.---
