forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p' (head 899a1923586f3d7d622bd02e03c87717566617c4)
to branch 'i2p.i2p.zzz.jetty6' (head cb3e33be282b6002f6790609f4a3eef7f42069d3)
This commit is contained in:
@ -77,6 +77,11 @@ public class UrlLauncher {
|
||||
try {
|
||||
test.close();
|
||||
} catch (IOException ioe) {}
|
||||
// Jetty 6 seems to start the Connector before the
|
||||
// webapp is completely ready
|
||||
try {
|
||||
Thread.sleep(2*1000);
|
||||
} catch (InterruptedException ie) {}
|
||||
return true;
|
||||
} catch (Exception e) {}
|
||||
if (System.currentTimeMillis() > done)
|
||||
|
Reference in New Issue
Block a user