Bump some timeouts in the image tests.

PiperOrigin-RevId: 215489101
Change-Id: Iaf96aa8edb1101b70548030c62995841215237d9
This commit is contained in:
Nicolas Lacasse
2018-10-02 17:28:09 -07:00
committed by Shentubot
parent cf3dc2f8a5
commit 0a13042d48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
],
)
+1 -1
View File
@@ -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)
}