spectests: Set mainnet spectests to size=large. This helps with some CI timeouts. CI is showing an average time of 4m39s, which is too close to the 5m timeout for a moderate test (#15664)

This commit is contained in:
Preston Van Loon
2025-09-08 15:01:34 -05:00
committed by GitHub
parent b1dc5e485d
commit 0057cc57b5
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
### Ignored
- CI: Changed test size for //testing/spectest/mainnet:go_default_test

View File

@@ -2,6 +2,7 @@ load("@prysm//tools/go:def.bzl", "go_test")
go_test(
name = "go_default_test",
size = "large",
srcs = [
"altair__epoch_processing__effective_balance_updates_test.go",
"altair__epoch_processing__eth1_data_reset_test.go",