722723724725726727728729730
loginCalls++; if (throwTimeoutExceptionOnFirstLogin && loginCalls == 1) { disconnect(); throw new TimeoutException("Provoked timeout"); } super.doLogin(timeout, events); }