From 1a1073345e92bfe713db75e8e8450a11fafc4c08 Mon Sep 17 00:00:00 2001 From: Yogananth Subramanian Date: Thu, 3 Oct 2024 06:17:21 +0530 Subject: [PATCH] chore(RHIDP-4040): 1.3-mvp-catalog-size-api-20g Increase entity timeout to 1800 --- test.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.env b/test.env index 9e9a134..aa29115 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 10000:1 25000:1 50000:1 75000:1 100000:1' +export SCALE_CATALOG_SIZES='1:1 10000:1 30000:1 50000:1 70000:1 90000:1' export SCALE_CPU_REQUESTS_LIMITS=: export SCALE_DB_STORAGES=20Gi export SCALE_MEMORY_REQUESTS_LIMITS=: