From dd05c96d99b6dc7a8503c82e10ee5caeb6930cf6 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 18 Sep 2018 14:37:29 -0700 Subject: [PATCH] Increase state test timeout PiperOrigin-RevId: 213519378 Change-Id: Iffdb987da3a7209a297ea2df171d2ae5fa9b2b34 --- pkg/state/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], )