Skip to content

Commit efea99d

Browse files
Adjust row count in cursor access test for quicker runs
1 parent 4cf2e71 commit efea99d

File tree

2 files changed

+8
-25
lines changed

2 files changed

+8
-25
lines changed

.idea/workspace.xml

Lines changed: 7 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/net/zetetic/tests/LargeDatabaseCursorAccessTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class LargeDatabaseCursorAccessTest extends SQLCipherTest {
1919
@Override
2020
public boolean execute(SQLiteDatabase database) {
2121
try {
22-
int rowCount = 10000;
22+
int rowCount = 1000;
2323
long windowAllocationSize = 1024 * 1024;
2424
buildDatabase(database, rowCount, 30, new RowColumnValueBuilder() {
2525
@Override

0 commit comments

Comments
 (0)