Skip to content

Commit

Permalink
More users (#62)
Browse files Browse the repository at this point in the history
* Convert csv such that we dan seed the database

* added more test users
  • Loading branch information
JurreBrandsenInfoSupport authored Apr 2, 2024
1 parent 2286570 commit 0b0fe5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/stress-test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function createNewUserAndSession(): Promise<Session | null> {
});
let nrOfUsers = users.length;

while (nrOfUsers < 50) {
while (nrOfUsers < 500) {
const email = `test-${Math.random().toString(36).substring(7)}@test.com`;

await db.user.create({
Expand Down

0 comments on commit 0b0fe5a

Please sign in to comment.