Skip to content

Commit

Permalink
Fix account new-sign-up k6 test callback check
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Aug 6, 2024
1 parent 6bb0a03 commit a9b3da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/account/k6-test/new-sign-up.k6.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const options = {
// },
// },
vus: 1,
iterations: 1, // TODO: Make the extrinsics dynamic to run this more than once on the same chain!
duration: '20s',
thresholds: {
http_req_duration: ['avg<100', 'p(95)<200'],
Expand Down

0 comments on commit a9b3da4

Please sign in to comment.