Skip to content

Commit

Permalink
Adjust test duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Feb 17, 2025
1 parent 6094a66 commit 420ff08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k6/tests/findDuplicates100kRegistrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const duplicateNumber = 17; // '17' leads to 131k registrations
const resetScript = 'nlrc-multiple';
const programId = 2;

const maxRequestDuration = 20000;
// At the time of implementation, the request duration was 12s on the server and 3s on the local machine for 130k registrations and about 8k duplicates
const maxRequestDuration = 12000;

const failedChecks = new Counter('failed_checks');

Expand Down

0 comments on commit 420ff08

Please sign in to comment.