From a9d0f06c0cfa0161d0f7116ccfbcd8f50f095b44 Mon Sep 17 00:00:00 2001 From: ksrichard Date: Thu, 5 Dec 2024 11:57:29 +0100 Subject: [PATCH] small update --- dan_layer/consensus_tests/src/support/harness.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dan_layer/consensus_tests/src/support/harness.rs b/dan_layer/consensus_tests/src/support/harness.rs index 16464efdd..48d60919c 100644 --- a/dan_layer/consensus_tests/src/support/harness.rs +++ b/dan_layer/consensus_tests/src/support/harness.rs @@ -538,7 +538,7 @@ impl TestBuilder { max_block_size: 500, fee_exhaust_divisor: 20, epochs_per_era: Epoch(10), - template_binary_max_size_bytes: 1000 * 1000 * 2, + template_binary_max_size_bytes: 1000 * 1000 * 5, }, }, }