X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fwait.h;h=e5cdcb3d4766ca4d0cece1e85eb69bf50bf67d9a;hb=2eae87612891b9cd1920c4afa8515b208e12958d;hp=a39a853e4a7e9c0f1ed366426d596ffa937cf618;hpb=a1f2b0b98e03369ed051b232f1fc33ed1d611b16;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); } }