Skip to content

Commit 1d61790

Browse files
authored
Temporary change to limit test
Debugging consent journey, limiting executions to 50
1 parent c616e4c commit 1d61790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/perf-test-with-data.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
-JURN=${{inputs.urn}} \
116116
-JAuthToken=${{secrets.HTTP_AUTH_TOKEN_FOR_TESTS}} \
117117
-JInputFile=${{inputs.input_file}} \
118-
-JDuration=600
118+
-JThreads=5
119+
-JLoops=10
119120
120121
- name: Run nurse journey JMeter test
121122
if: inputs.runNurse == true

0 commit comments

Comments
 (0)