mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Bump some timeouts in the image tests.
PiperOrigin-RevId: 215489101 Change-Id: Iaf96aa8edb1101b70548030c62995841215237d9
This commit is contained in:
committed by
Shentubot
parent
cf3dc2f8a5
commit
0a13042d48
@@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user