Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,9 @@ public static void multiblockLCRRangedFluidOutput(GameTestHelper helper) {
// test for multiblock machine with 16x Parallels with ranged fluid input
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedFluidIngredients",
timeoutTicks = 200)
timeoutTicks = 200,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedFluidInput16Parallel(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -668,7 +670,9 @@ public static void multiblockLCentRangedFluidInput16Parallel(GameTestHelper help
// test for multiblock machine with 16x Parallels with ranged fluid output
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedFluidIngredients",
timeoutTicks = 200)
timeoutTicks = 200,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedFluidOutput16Parallel(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -742,7 +746,9 @@ public static void multiblockLCentRangedFluidOutput16Parallel(GameTestHelper hel
// test for multiblock machine with 16x Parallels with ranged fluid input
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedFluidIngredients",
timeoutTicks = 200)
timeoutTicks = 200,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedFluidInputBatched(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -814,7 +820,9 @@ public static void multiblockLCentRangedFluidInputBatched(GameTestHelper helper)
// test for multiblock machine with 16x Parallels with ranged fluid output
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedFluidIngredients",
timeoutTicks = 200)
timeoutTicks = 200,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedFluidOutputBatched(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -888,7 +896,9 @@ public static void multiblockLCentRangedFluidOutputBatched(GameTestHelper helper
// test for multiblock machine with 16x Parallels with ranged fluid input
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedFluidIngredients",
timeoutTicks = 500)
timeoutTicks = 500,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedFluidInput16ParallelBatched(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -965,7 +975,9 @@ public static void multiblockLCentRangedFluidInput16ParallelBatched(GameTestHelp
// test for multiblock machine with 16x Parallels with ranged fluid output
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedFluidIngredients",
timeoutTicks = 500)
timeoutTicks = 500,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedFluidOutput16ParallelBatched(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,9 @@ public static void multiblockLCRRangedItemOutput(GameTestHelper helper) {
// test for multiblock machine with 16x Parallels with ranged item input
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedIngredients",
timeoutTicks = 200)
timeoutTicks = 200,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedItemInput16Parallel(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -655,7 +657,9 @@ public static void multiblockLCentRangedItemInput16Parallel(GameTestHelper helpe
// test for multiblock machine with 16x Parallels with ranged item output
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedIngredients",
timeoutTicks = 200)
timeoutTicks = 200,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedItemOutput16Parallel(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -729,7 +733,9 @@ public static void multiblockLCentRangedItemOutput16Parallel(GameTestHelper help
// test for multiblock machine with 16x Parallels with ranged item input
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedIngredients",
timeoutTicks = 200)
timeoutTicks = 200,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedItemInputBatched(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -799,7 +805,9 @@ public static void multiblockLCentRangedItemInputBatched(GameTestHelper helper)
// test for multiblock machine with 16x Parallels with ranged item output
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedIngredients",
timeoutTicks = 200)
timeoutTicks = 200,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedItemOutputBatched(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -873,7 +881,9 @@ public static void multiblockLCentRangedItemOutputBatched(GameTestHelper helper)
// test for multiblock machine with 16x Parallels with ranged item input
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedIngredients",
timeoutTicks = 500)
timeoutTicks = 500,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedItemInput16ParallelBatched(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down Expand Up @@ -955,7 +965,9 @@ public static void multiblockLCentRangedItemInput16ParallelBatched(GameTestHelpe
// test for multiblock machine with 16x Parallels with ranged item output
@GameTest(template = "large_centrifuge_zpm_batch_parallel16",
batch = "RangedIngredients",
timeoutTicks = 500)
timeoutTicks = 500,
requiredSuccesses = 1,
attempts = 10)
public static void multiblockLCentRangedItemOutput16ParallelBatched(GameTestHelper helper) {
BusHolderBatchParallel busHolder = getBussesAndFormLCENT(helper);

Expand Down
Loading