Skip to content

Commit 60fb2e1

Browse files
authored
chore: reduce parallelism for e2e check circuit (#24458)
It was timing out.
1 parent d0e0a1b commit 60fb2e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yarn-project/end-to-end/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function avm_check_circuit {
244244
fi
245245

246246
# Run check-circuit
247-
avm_check_circuit_cmds | parallelize
247+
avm_check_circuit_cmds | parallelize 16
248248
}
249249

250250
# Generates e2e test commands using contract artifacts from a prior release version.

0 commit comments

Comments
 (0)