X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.cc;h=01d15625bf043e2712dccf8658899c40aafa8b53;hb=99332db60646cb1b06a61d1636eddbbf0b5d0b40;hp=23ea8d74a8bb8fdbdb38f4ffda96ce1f767359d3;hpb=23dca174eef8d846e3d4402729b57f6ded035e64;p=awesomized%2Flibmemcached diff --git a/libtest/server.cc b/libtest/server.cc index 23ea8d74..01d15625 100644 --- a/libtest/server.cc +++ b/libtest/server.cc @@ -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;