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

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

Completed in 8 milliseconds