X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fwait.h;h=e5cdcb3d4766ca4d0cece1e85eb69bf50bf67d9a;hb=330fec7545537270d974f4f2d9cfdc936273d895;hp=a39a853e4a7e9c0f1ed366426d596ffa937cf618;hpb=743e893ecbbaacd66d2832e9c3ae16404422a173;p=awesomized%2Flibmemcached diff --git a/libtest/wait.h b/libtest/wait.h index a39a853e..e5cdcb3d 100644 --- a/libtest/wait.h +++ b/libtest/wait.h @@ -74,7 +74,7 @@ public: } this_wait= retry * retry / 3 + 1; - libtest::dream(this_wait, 0); + libtest::dream(0, this_wait * 10000000); } } @@ -98,7 +98,7 @@ public: } this_wait= retry * retry / 3 + 1; - libtest::dream(this_wait, 0); + libtest::dream(0, this_wait * 10000000); } }