We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee588e1 commit 0ab9a98Copy full SHA for 0ab9a98
src/test/java/io/supertokens/storage/postgresql/test/OneMillionUsersTest.java
@@ -990,7 +990,7 @@ public void testWithOneMillionUsers() throws Exception {
990
991
Main main = startCronProcess(String.valueOf(4)); // ci uses instances with 4 cores..
992
993
- int NUMBER_OF_USERS_TO_UPLOAD = 500000; // half million
+ int NUMBER_OF_USERS_TO_UPLOAD = 300000; // 300k
994
995
if (StorageLayer.getBaseStorage(main).getType() != STORAGE_TYPE.SQL || StorageLayer.isInMemDb(main)) {
996
return;
0 commit comments