Skip to content

Commit

Permalink
Modified Run Load Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Belton-gov committed Nov 24, 2023
1 parent fa8c5f4 commit 5ae23d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: sleep 900s

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

- name: Terraform Destroy 3
if: always()
Expand Down

0 comments on commit 5ae23d2

Please sign in to comment.