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

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

Completed in 725 milliseconds