Skip to content

Commit 323e2eb

Browse files
committed
1 parent b94b8ee commit 323e2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/simulator/src/avm/avm_tree.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ beforeEach(async () => {
9797

9898
slots = Array.from({ length: 64 }, (_, i) => new Fr(i + 128));
9999
values = Array.from({ length: 64 }, (_, i) => new Fr(i + 256));
100-
}, 10_000);
100+
}, 30_000);
101101

102102
/****************************************************/
103103
/*************** Test Cases *************************/

0 commit comments

Comments
 (0)