mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 07:03:58 -05:00
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:
3
changelog/pvl-spectest-size.md
Normal file
3
changelog/pvl-spectest-size.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
### Ignored
|
||||||
|
|
||||||
|
- CI: Changed test size for //testing/spectest/mainnet:go_default_test
|
||||||
@@ -2,6 +2,7 @@ load("@prysm//tools/go:def.bzl", "go_test")
|
|||||||
|
|
||||||
go_test(
|
go_test(
|
||||||
name = "go_default_test",
|
name = "go_default_test",
|
||||||
|
size = "large",
|
||||||
srcs = [
|
srcs = [
|
||||||
"altair__epoch_processing__effective_balance_updates_test.go",
|
"altair__epoch_processing__effective_balance_updates_test.go",
|
||||||
"altair__epoch_processing__eth1_data_reset_test.go",
|
"altair__epoch_processing__eth1_data_reset_test.go",
|
||||||
|
|||||||
Reference in New Issue
Block a user