Skip to content

Commit 0ab9a98

Browse files
authored
fix: changing the number of users to be imported in the tests (#244)
* fix: changing the number of users to be imported in the tests * fix: changing the comment
1 parent ee588e1 commit 0ab9a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/supertokens/storage/postgresql/test/OneMillionUsersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ public void testWithOneMillionUsers() throws Exception {
990990

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

993-
int NUMBER_OF_USERS_TO_UPLOAD = 500000; // half million
993+
int NUMBER_OF_USERS_TO_UPLOAD = 300000; // 300k
994994

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

0 commit comments

Comments
 (0)