}
@Override
public void handleAfterSuite(AfterSuite event) throws Throwable {
Runtime runtime = getSuiteObjectStore().get(Runtime.class);
if (runtime != null && !runtime.shutdownComplete()) {
Assert.assertTrue(runtime.shutdown().awaitShutdown(20, TimeUnit.SECONDS));
RuntimeLocator.releaseRuntime();
}
super.handleAfterSuite(event);
}