Skip to content

Commit

Permalink
Reduced the wait time from 900sec to 600sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Belton-gov committed Nov 29, 2023
1 parent 5ae23d2 commit f553d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/load-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- name: Whitelist Runner IP
run: az network nsg rule create -g s185d03-childrens-social-care-cpd-rg --nsg-name s185d03-chidrens-social-care-cpd-sn01-nsg -n GitHubRunnerRule --priority 4000 --source-address-prefixes ${{ env.theIP }} --source-port-ranges '*' --destination-address-prefixes '*' --destination-port-ranges '*' --access Allow --protocol Tcp --description "Allow Access from GitHub Action"

- name: Wait for 15 minutes
run: sleep 900s
- name: Wait for 10 minutes
run: sleep 600s

- name: Run Load Test
run: locust -f ./LoadTest/locustfile.py --headless -u 5 -r 10 --run-time 300s -H https://20.107.65.156/
Expand Down

0 comments on commit f553d45

Please sign in to comment.