From 4073b9673bbfa52a6a81fe07a943504d2a07daea 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 --- ci-scripts/rhdh-setup/create_resource.sh | 2 +- test.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-scripts/rhdh-setup/create_resource.sh b/ci-scripts/rhdh-setup/create_resource.sh index 76c234c..4a28b55 100755 --- a/ci-scripts/rhdh-setup/create_resource.sh +++ b/ci-scripts/rhdh-setup/create_resource.sh @@ -117,7 +117,7 @@ clone_and_upload() { ACCESS_TOKEN=$(get_token "rhdh") curl -k "$(backstage_url)/api/catalog/locations" --cookie "$COOKIE" --cookie-jar "$COOKIE" -X POST -H 'Accept-Encoding: gzip, deflate, br' -H 'Authorization: Bearer '"$ACCESS_TOKEN" -H 'Content-Type: application/json' --data-raw '{"type":"url","target":"'"${upload_url}"'"}' - timeout=600 + timeout=1800 timeout_timestamp=$(date -d "$timeout seconds" "+%s") last_count=-1 while true; do diff --git a/test.env b/test.env index b78b92a..9deb65c 100644 --- a/test.env +++ b/test.env @@ -61,7 +61,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=: