Skip to content

Commit

Permalink
Update WithStartupTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
apstndb committed Oct 16, 2024
1 parent 8e3dcc7 commit e12354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func TestWithCloudSpannerEmulator(t *testing.T) {
req := testcontainers.ContainerRequest{
Image: "gcr.io/cloud-spanner-emulator/emulator:1.5.23",
ExposedPorts: []string{"9020/tcp", "9010/tcp"},
WaitingFor: wait.ForLog("Ready to accept connections").WithStartupTimeout(2 * time.Minute),
WaitingFor: wait.ForLog("Ready to accept connections").WithStartupTimeout(5 * time.Minute),
}
spannerEmu, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
ContainerRequest: req,
Expand Down

0 comments on commit e12354e

Please sign in to comment.