Skip to content

Commit

Permalink
Prevent the sha2 test from timing out (on my machine) by setting size…
Browse files Browse the repository at this point in the history
…=medium
  • Loading branch information
mars-risc0 committed Dec 17, 2024
1 parent dabc247 commit 132e5cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zirgen/circuit/keccak2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ filegroup(

glob_lit_tests(
data = [":imports"],
size_override = {"top.zir": "medium"},
size_override = {
"top.zir": "medium",
"sha2.zir": "medium",
},
test_file_exts = ["zir"],
)

Expand Down

0 comments on commit 132e5cd

Please sign in to comment.