From 7d901e2be9210b8378a05a57af4052f7bd440d88 Mon Sep 17 00:00:00 2001 From: Yogananth Subramanian Date: Thu, 3 Oct 2024 07:55:14 +0530 Subject: [PATCH] chore(RHIDP-4039): 1.3-mvp-catalog-size-api-scalability Set entitiy timeout to 1800 --- test.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.env b/test.env index d3aa112..ef5be17 100644 --- a/test.env +++ b/test.env @@ -71,7 +71,7 @@ export DURATION=15m export PRE_LOAD_DB=true export SCALE_ACTIVE_USERS_SPAWN_RATES='100:5' export SCALE_BS_USERS_GROUPS='10000:2000' -export SCALE_CATALOG_SIZES='1:1 2500:1 5000:1 6000:1 7000:1 8000:1 9000:1 10000:1 11000:1 12000:1 13000:1 14000:1 15000:1' +export SCALE_CATALOG_SIZES='1:1 5000:1 5100:1 5200:1 5300:1 5400:1' export SCALE_CPU_REQUESTS_LIMITS=: export SCALE_DB_STORAGES=1Gi export SCALE_MEMORY_REQUESTS_LIMITS=: