diff options
Diffstat (limited to 'pkg/state')
-rw-r--r-- | pkg/state/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/state/BUILD b/pkg/state/BUILD index 012b0484e..6a5b2d4ff 100644 --- a/pkg/state/BUILD +++ b/pkg/state/BUILD @@ -71,7 +71,7 @@ go_proto_library( go_test( name = "state_test", - size = "small", + timeout = "long", srcs = ["state_test.go"], embed = [":state"], ) |