public void testCommitTimeOut() throws InterruptedException,
TTransportException, IOException {
assertEquals(0, flumeMaster.getSpecMan().getAllConfigs().size());
FlumeShell sh = new FlumeShell();
sh
.executeLine("connect localhost:"
+ FlumeConfiguration.DEFAULT_ADMIN_PORT);
long start = Clock.unixTime();
// wait for a ridiculous amount of time, and force timeout to happen.
sh.executeLine("exec noop 20000");