diff --git a/testing/backend-stress/src/assignMaterial.js b/testing/backend-stress/src/assignMaterial.js index c5b3ccef..6bfd7758 100644 --- a/testing/backend-stress/src/assignMaterial.js +++ b/testing/backend-stress/src/assignMaterial.js @@ -8,7 +8,7 @@ const socketTrainer = new SocketTrainer('http://localhost/ws/trainer/?token=') const socketPatient = new SocketPatient('http://localhost/ws/patient/?token=') let exerciseId, areaId, patientId, materialId -const assignmentCycles = 5 +const assignmentCycles = 50 async function simulate(userIndex) { const trainerName = `testuser${crypto.randomUUID()}`