Skip to content

Commit

Permalink
#335 test: fix assignmentCycles
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolkenfarmer committed Oct 17, 2024
1 parent bf93ed6 commit f8a623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/backend-stress/src/assignMaterial.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()}`
Expand Down

0 comments on commit f8a623d

Please sign in to comment.