Skip to content

Commit 53bf294

Browse files
committed
Update waiting times
1 parent 4b5a2db commit 53bf294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/load_tests/load_test_epr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ const categories = [
277277
// add more combinations as needed
278278
];
279279

280-
const minSleep = 0;
281-
const maxSleep = 1;
280+
const minSleep = 1;
281+
const maxSleep = 2;
282282

283283
const shuffleArray = (array) => {
284284
let arrayCopy = Array.from(array);

0 commit comments

Comments
 (0)