Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore: removes 10s test timeout for 40s global
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Aug 2, 2023
1 parent bcea77b commit ef864e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acvm_js/test/browser/execute_circuit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ it("successfully processes complex brillig foreign call opcodes", async () => {
});

it("successfully executes a Pedersen opcode", async function () {
this.timeout(10000);
// Unsure why this was limited to 10s vs global setting of 40s
// this.timeout(10000);
const { bytecode, initialWitnessMap, expectedWitnessMap } = await import(
"../shared/pedersen"
);
Expand Down

0 comments on commit ef864e6

Please sign in to comment.