testing: sasl
[awesomized/libmemcached] / testing / lib / Retry.cpp
index 3630089f615c74fa49e4216df47f13dc9c6ad5b7..71fde0e046f7cc03a25d568b0b3893175dc31dc3 100644 (file)
@@ -15,7 +15,7 @@ bool Retry::operator()() {
       return true;
     }
     this_thread::sleep_for(dur);
-    dur *= 2;
+    dur *= 1.2;
   }
 
   return false;