Skip to content

Commit d1521bf

Browse files
committed
increase test loops
1 parent 501c907 commit d1521bf

10 files changed

+1
-1
lines changed

.bundle/.watchman-cookie-frost.local-1451-24

Whitespace-only changes.

.github/.watchman-cookie-frost.local-1451-24

Whitespace-only changes.

.watchman-cookie-frost.local-1451-24

Whitespace-only changes.

android/.watchman-cookie-frost.local-1451-24

Whitespace-only changes.

cpp/.watchman-cookie-frost.local-1451-24

Whitespace-only changes.

example/.watchman-cookie-frost.local-1451-24

Whitespace-only changes.

example/src/Database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function queryLargeDB() {
6161
access: [],
6262
};
6363

64-
for (let i = 0; i < 1; i++) {
64+
for (let i = 0; i < 10; i++) {
6565
// @ts-ignore
6666
global.gc();
6767

ios/.watchman-cookie-frost.local-1451-24

Whitespace-only changes.

scripts/.watchman-cookie-frost.local-1451-24

Whitespace-only changes.

src/.watchman-cookie-frost.local-1451-24

Whitespace-only changes.

0 commit comments

Comments
 (0)