From 27da0acfbe4e50c3677694ec2b899a4b4532f55e Mon Sep 17 00:00:00 2001 From: Dmitri Makarov Date: Wed, 14 Dec 2022 14:53:33 -0500 Subject: [PATCH] Decrease MAX_POOL_SIZE in huge_pool test to make it work with rust 1.65 (#3909) --- stake-pool/program/tests/huge_pool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stake-pool/program/tests/huge_pool.rs b/stake-pool/program/tests/huge_pool.rs index a82fbed9..ad1ac200 100644 --- a/stake-pool/program/tests/huge_pool.rs +++ b/stake-pool/program/tests/huge_pool.rs @@ -25,7 +25,7 @@ use { // the test require so many helper accounts. // 20k is also a very safe number for the current upper bound of the network. const MAX_POOL_SIZE_WITH_REQUESTED_COMPUTE_UNITS: u32 = 20_000; -const MAX_POOL_SIZE: u32 = 3_300; +const MAX_POOL_SIZE: u32 = 3_000; const STAKE_AMOUNT: u64 = 200_000_000_000; async fn setup(