~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libtest/server.cc

Merge working tree with build tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
    return false;
182
182
  }
183
183
 
184
 
  if (is_helgrind() or is_valgrind())
 
184
  if (is_valgrind())
185
185
  {
186
186
    dream(5, 50000);
187
187
  }