File tree Expand file tree Collapse file tree
src/main/java/org/cyclops/evilcraft/gametest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class GameTestsVengeanceSpirits {
2525 public static final String TEMPLATE_EMPTY = Reference .MOD_ID + ":empty10" ;
2626 public static final BlockPos POS = BlockPos .ZERO .offset (2 , 0 , 2 );
2727
28- @ GameTest (template = TEMPLATE_EMPTY )
28+ @ GameTest (template = TEMPLATE_EMPTY , timeoutTicks = 300 )
2929 public void testVengeanceSpiritCatch (GameTestHelper helper ) {
3030 // Spawn spirit, and pre-freeze it so the box can reliably find and capture it (the box only targets frozen spirits)
3131 EntityVengeanceSpirit spirit = helper .spawnWithNoFreeWill (RegistryEntries .ENTITY_VENGEANCE_SPIRIT .get (), POS .south ().south ().above ());
@@ -50,7 +50,7 @@ public void testVengeanceSpiritCatch(GameTestHelper helper) {
5050 });
5151 }
5252
53- @ GameTest (template = TEMPLATE_EMPTY )
53+ @ GameTest (template = TEMPLATE_EMPTY , timeoutTicks = 300 )
5454 public void testVengeanceSpiritPlayerCatch (GameTestHelper helper ) {
5555 // Spawn spirit
5656 EntityVengeanceSpirit spirit = helper .spawnWithNoFreeWill (RegistryEntries .ENTITY_VENGEANCE_SPIRIT .get (), POS .south ().south ());
You can’t perform that action at this time.
0 commit comments