allow a little more time

This commit is contained in:
Leijurv
2018-09-25 11:56:48 -07:00
parent 9624e343af
commit 00658dcaba
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ public class BaritoneAutoTest implements AbstractGameEventListener, Helper {
private static final long TEST_SEED = -928872506371745L;
private static final BlockPos STARTING_POSITION = new BlockPos(50, 65, 50);
private static final Goal GOAL = new GoalXZ(100, 100);
private static final int MAX_TICKS = 800;
private static final int MAX_TICKS = 1000;
@Override
public void onTick(TickEvent event) {