From 5f5e7e04f6cf0f3441d0972ecfd742913bf25fde Mon Sep 17 00:00:00 2001 From: Geoffrey Ragot Date: Wed, 25 Sep 2024 23:49:14 +0200 Subject: [PATCH] feat: modify stress test parameters --- test/e2e/stress_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/stress_test.go b/test/e2e/stress_test.go index 7a92fa120..7a6f90c3e 100644 --- a/test/e2e/stress_test.go +++ b/test/e2e/stress_test.go @@ -37,8 +37,8 @@ var _ = Context("Ledger stress tests", func() { }) const ( - countLedgers = 30 - countBuckets = 10 + countLedgers = 6 + countBuckets = 3 countTransactions = 500 countAccounts = 20 )