Skip to content

Commit

Permalink
fix: changing the number of users to be imported in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tamassoltesz committed Jan 7, 2025
1 parent ee588e1 commit 282e30e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ public void testWithOneMillionUsers() throws Exception {

Main main = startCronProcess(String.valueOf(4)); // ci uses instances with 4 cores..

int NUMBER_OF_USERS_TO_UPLOAD = 500000; // half million
int NUMBER_OF_USERS_TO_UPLOAD = 300000; // 300k million

if (StorageLayer.getBaseStorage(main).getType() != STORAGE_TYPE.SQL || StorageLayer.isInMemDb(main)) {
return;
Expand Down

0 comments on commit 282e30e

Please sign in to comment.