Skip to content

Commit

Permalink
Increase wait time for Nginx on GCP VM
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoban committed Oct 16, 2019
1 parent 62e5eac commit e5e55c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/test/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ func TestAccGcpPyInstanceNginx(t *testing.T) {
Dir: path.Join(getCwd(t), "..", "..", "gcp-py-instance-nginx"),
ExtraRuntimeValidation: func(t *testing.T, stack integration.RuntimeValidationStackInfo) {
endpoint := stack.Outputs["external_ip"].(string)
maxWait := time.Minute * 5
maxWait := time.Minute * 10
assertHTTPResultWithRetry(t, endpoint, nil, maxWait, func(body string) bool {
return assert.Contains(t, body, "Test Page for the Nginx HTTP Server on Fedora")
})
Expand Down

0 comments on commit e5e55c1

Please sign in to comment.