watchServer.start(daemonConfig);
Thread.sleep(1000); // Settlement for watch server
// Create large file, then wait 3sec for the settlement timer and
// send the CLI request at the same time
clientA.createNewFile("largefile", 10*1024*1024);
Thread.sleep(3000); // Settlement in Watcher!
localEventBus.post(cliStatusRequest);
// Then, let's hope the response is "no, no, no!"