+ increase startup wait time

This commit is contained in:
Costin Leau
2011-08-22 20:19:45 +03:00
parent 48708d4555
commit d50918130c

View File

@@ -97,7 +97,7 @@ public class ForkUtil {
public static OutputStream cacheServer() {
OutputStream os = cloneJVM("org.springframework.data.gemfire.fork.CacheServerProcess");
try {
Thread.sleep(3500);
Thread.sleep(5000);
} catch (InterruptedException ex) {
// ignore and move on
}