Skip to content

Commit

Permalink
chore: Bump avm tree test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Dec 10, 2024
1 parent b94b8ee commit 323e2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/simulator/src/avm/avm_tree.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ beforeEach(async () => {

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

/****************************************************/
/*************** Test Cases *************************/
Expand Down

0 comments on commit 323e2eb

Please sign in to comment.