Searched refs:RECONNECT_SLEEPTIME (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java58 private static final long RECONNECT_SLEEPTIME = 5000; field in class:AgentConnection
221 retrytimes + " times, waiting " + RECONNECT_SLEEPTIME + " before" +
224 Thread.sleep(RECONNECT_SLEEPTIME);

Completed in 7 milliseconds