Set test timeout on //beacon-chain/rpc/validator:go_default_test. Sometimes exceeds 800s otherwise (#8752)

This commit is contained in:
Preston Van Loon 2021-04-12 19:24:04 -05:00 committed by GitHub
parent 1c1bf37b33
commit a91f2688f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ go_library(
# gazelle:exclude proposer_utils_bench_test.go # gazelle:exclude proposer_utils_bench_test.go
go_test( go_test(
name = "go_default_test", name = "go_default_test",
timeout = "moderate",
srcs = [ srcs = [
"aggregator_test.go", "aggregator_test.go",
"assignments_test.go", "assignments_test.go",