InitVotes.setTimeoutMillis(60000);
// Unfortunately, GWTTestCase does not call our inherited module's onModuleLoad() methods
// http://code.google.com/p/google-web-toolkit/issues/detail?id=3791
new IOCBeanManagerLifecycle().resetBeanManager();
new CDI().__resetSubsystem();
new Container().onModuleLoad();
new CDIClientBootstrap().onModuleLoad();
InitVotes.startInitPolling();