Skip to content

Commit

Permalink
Increase the history_test size to medium
Browse files Browse the repository at this point in the history
The test is timing out in the CI run but passig locally. It is
probably because of the test size being small.
  • Loading branch information
eljobe committed Oct 5, 2024
1 parent d8a74cd commit 9d6f583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-commitments/history/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go_library(

go_test(
name = "history_test",
size = "small",
size = "medium",
srcs = [
"history_commitment_test.go",
"inclusion_proof_test.go",
Expand Down

0 comments on commit 9d6f583

Please sign in to comment.