allow a bit more time, it's a little flaky on travis right now

This commit is contained in:
Leijurv 2018-09-29 07:43:34 -07:00
parent 229739575c
commit bcb95c55c9
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -41,7 +41,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, 121, 420);
private static final int MAX_TICKS = 3500;
private static final int MAX_TICKS = 3700;
/**
* Called right after the {@link GameSettings} object is created in the {@link Minecraft} instance.