tighten auto test time limit

This commit is contained in:
Leijurv 2018-12-03 14:09:05 -08:00
parent 8e2df3a030
commit 4c96759ed5
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class BaritoneAutoTest implements AbstractGameEventListener, Helper {
private static final long TEST_SEED = -928872506371745L;
private static final BlockPos STARTING_POSITION = new BlockPos(0, 65, 0);
private static final Goal GOAL = new GoalBlock(69, 69, 420);
private static final int MAX_TICKS = 3500;
private static final int MAX_TICKS = 3300;
/**
* Called right after the {@link GameSettings} object is created in the {@link Minecraft} instance.