diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-10-02 17:27:09 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-10-02 17:28:09 -0700 |
commit | 0a13042d48cb26439aa02a19fe959f93f2f22ac1 (patch) | |
tree | d68b61fe1c1da2b1135d894fd4ca6f867800c867 /pkg/eventchannel | |
parent | cf3dc2f8a55f2499f1385f6c5f47522b41cf25b3 (diff) |
Bump some timeouts in the image tests.
PiperOrigin-RevId: 215489101
Change-Id: Iaf96aa8edb1101b70548030c62995841215237d9
Diffstat (limited to 'pkg/eventchannel')
-rw-r--r-- | pkg/eventchannel/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/eventchannel/BUILD b/pkg/eventchannel/BUILD index ac2ea869d..9d531ce12 100644 --- a/pkg/eventchannel/BUILD +++ b/pkg/eventchannel/BUILD @@ -15,7 +15,7 @@ go_library( "//pkg/log", "//pkg/unet", "@com_github_golang_protobuf//proto:go_default_library", - "@com_github_golang_protobuf//ptypes:go_default_library", + "@com_github_golang_protobuf//ptypes:go_default_library_gen", ], ) |