Travis may actually take 10 seconds to load in

This commit is contained in:
Brady 2018-09-25 23:16:20 -05:00
parent b3f06c6fac
commit d9596fcac9
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class BaritoneAutoTest implements AbstractGameEventListener, Helper {
if (mc.isSingleplayer() && !mc.getIntegratedServer().getPublic()) {
mc.getIntegratedServer().shareToLAN(GameType.getByName("survival"), false);
}
if (event.getCount() < 100) {
if (event.getCount() < 200) {
System.out.println("Waiting for world to generate... " + event.getCount());
return;
}