Make the retry interval longer, to reduce the chance of intermittent warnings at startup.

This commit is contained in:
j2blake 2012-06-26 16:46:59 +00:00
parent 54807074a1
commit 1a30302241

View file

@ -50,7 +50,7 @@ public class OpenSocialSmokeTests implements ServletContextListener {
* If a connection fails in the tester thread, how long do we wait before
* trying again?
*/
private static final long SLEEP_INTERVAL = 10000; // 10 seconds
private static final long SLEEP_INTERVAL = 20000; // 20 seconds
private ServletContext ctx;
private ConfigurationProperties configProps;