X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Flib%2FRetry.hpp;h=65cbeb5e9462a07fb650d82a6a15170acc3d4019;hb=6e732f43b86a64b49fbb02d2b5da1a1a1152ddb9;hp=dba843ba79fc34a2e5869e8a194edd9dd24b4a1f;hpb=fb3710011600c04359d26615be7a92df1742a3e9;p=awesomized%2Flibmemcached diff --git a/test/lib/Retry.hpp b/test/lib/Retry.hpp index dba843ba..65cbeb5e 100644 --- a/test/lib/Retry.hpp +++ b/test/lib/Retry.hpp @@ -26,6 +26,7 @@ public: bool operator()(); private: + const unsigned growth = 3; unsigned max; chrono::milliseconds sleep_for; predicate pred;