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", ], ) diff --git a/runsc/test/image/image_test.go b/runsc/test/image/image_test.go index 5048ffdd7..71d992115 100644 --- a/runsc/test/image/image_test.go +++ b/runsc/test/image/image_test.go @@ -285,7 +285,7 @@ func TestRuby(t *testing.T) { } // Wait until it's up and running, 'gem install' can take some time. - if err := testutil.WaitForHTTP(port, 30*time.Second); err != nil { + if err := testutil.WaitForHTTP(port, 1*time.Minute); err != nil { t.Fatalf("WaitForHTTP() timeout: %v", err) }