summaryrefslogtreecommitdiffhomepage
path: root/pkg/state
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2018-09-18 14:37:29 -0700
committerShentubot <shentubot@google.com>2018-09-18 14:38:42 -0700
commitdd05c96d99b6dc7a8503c82e10ee5caeb6930cf6 (patch)
tree77b8b96150d75494384a6b66a63f8a6eeccf6c52 /pkg/state
parent7e00f3705480313a63c9db7d087db711abc720bc (diff)
Increase state test timeout
PiperOrigin-RevId: 213519378 Change-Id: Iffdb987da3a7209a297ea2df171d2ae5fa9b2b34
Diffstat (limited to 'pkg/state')
-rw-r--r--pkg/state/BUILD2
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"],
)