|
@@ -153,8 +153,8 @@ static void route_clients_test(NetIO &netio)
|
|
|
// Default epoch_interval is 5 sec
|
|
|
size_t epoch_interval = epoch_duration * 1000000;
|
|
|
printf("Epoch duration = %d\n", epoch_duration);
|
|
|
- // Sleep two epoch_interval for clients to connect
|
|
|
- usleep(4 * epoch_interval);
|
|
|
+ // Sleep one epoch_interval for clients to connect
|
|
|
+ usleep(epoch_interval);
|
|
|
|
|
|
// Precompute some WaksmanNetworks
|
|
|
const Config &config = netio.config();
|