X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fwait.h;h=e5cdcb3d4766ca4d0cece1e85eb69bf50bf67d9a;hb=1f483f29cd415fdb749a5571d9e1483dd11a2ab0;hp=5f013cd3b01321f39ea3511837c2fb05e6bbcf6e;hpb=9e2f8bdc3a3a5606d6e8010c9baeff11e63ee1bd;p=awesomized%2Flibmemcached diff --git a/libtest/wait.h b/libtest/wait.h index 5f013cd3..e5cdcb3d 100644 --- a/libtest/wait.h +++ b/libtest/wait.h @@ -38,9 +38,8 @@ #include #include -#include +#include -#include #include namespace libtest { @@ -75,7 +74,7 @@ public: } this_wait= retry * retry / 3 + 1; - libtest::dream(this_wait, 0); + libtest::dream(0, this_wait * 10000000); } } @@ -99,7 +98,7 @@ public: } this_wait= retry * retry / 3 + 1; - libtest::dream(this_wait, 0); + libtest::dream(0, this_wait * 10000000); } }