X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.cc;h=01d15625bf043e2712dccf8658899c40aafa8b53;hb=6c601aa424a6a51beda1f8c2fa07c315570ec36f;hp=d58b362ed5c8927f3cbb9231b4590c667e2318b0;hpb=a0a194ba0789e0650329d81a5ed12620360789eb;p=m6w6%2Flibmemcached diff --git a/libtest/server.cc b/libtest/server.cc index d58b362e..01d15625 100644 --- a/libtest/server.cc +++ b/libtest/server.cc @@ -34,7 +34,7 @@ * */ -#include +#include "mem_config.h" #include #include @@ -210,6 +210,7 @@ bool Server::start() _app.use_valgrind(); } + out_of_ban_killed(false); if (args(_app) == false) { throw libtest::disconnected(LIBYATL_DEFAULT_PARAM, @@ -268,7 +269,7 @@ bool Server::start() bool pinged= false; uint32_t this_wait= 0; { - uint32_t timeout= 20; // This number should be high enough for valgrind startup (which is slow) + uint32_t timeout= 40; // This number should be high enough for valgrind startup (which is slow) uint32_t waited; uint32_t retry;