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