Increase state test timeout

PiperOrigin-RevId: 213519378
Change-Id: Iffdb987da3a7209a297ea2df171d2ae5fa9b2b34
This commit is contained in:
Michael Pratt
2018-09-18 14:38:42 -07:00
committed by Shentubot
parent 7e00f37054
commit dd05c96d99
+1 -1
View File
@@ -71,7 +71,7 @@ go_proto_library(
go_test(
name = "state_test",
size = "small",
timeout = "long",
srcs = ["state_test.go"],
embed = [":state"],
)