// value to support the assumption.
//
// With RPC_LOSSY=5, tests may fail due to delays and time outs.
- int ret = cl->bind(rpcc::to(1000));
+ int ret = cl->bind(milliseconds(1000));
if (ret < 0) {
LOG("bind failure! " << h->m << " " << ret);
delete cl;