Make the retry interval longer, to reduce the chance of intermittent warnings at startup.
This commit is contained in:
parent
54807074a1
commit
1a30302241
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue