Skip to content

Commit

Permalink
chore(RHIDP-4040): 1.3-mvp-catalog-size-api-20g
Browse files Browse the repository at this point in the history
Increase entity timeout to 1800
  • Loading branch information
yogananth-subramanian committed Oct 3, 2024
1 parent 0fd9525 commit 4073b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/rhdh-setup/create_resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test.env
Original file line number Diff line number Diff line change
Expand Up @@ -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=:
Expand Down

0 comments on commit 4073b96

Please sign in to comment.