Increase thread delay between ldtg and launch

This commit is contained in:
eyedeekay
2024-03-10 00:57:22 -05:00
parent ecfc447125
commit bbd2fdeeec
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Thu Mar 07 15:18:16 EST 2024
build.number=709
#Fri Mar 08 14:52:55 EST 2024
build.number=711

View File

@ -127,7 +127,7 @@ public class I2PBrowserPlugin extends I2PBrowser implements ClientApp {
"Starting I2P Browser tray manager by testing http://proxy.i2p");
MenuService dtg = startTrayApp();
try {
Thread.sleep(1000);
Thread.sleep(5000);
} catch (InterruptedException ie) {
}
if (dtg != null) {