Skip to content

Commit

Permalink
Increase timeout (pulumi#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Mar 7, 2019
1 parent 9473124 commit 98abe30
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 @@ -299,7 +299,7 @@ func TestExamples(t *testing.T) {
}

func assertHTTPResult(t *testing.T, output interface{}, check func(string) bool) bool {
return assertHTTPResultWithRetry(t, output, 3*time.Minute, check)
return assertHTTPResultWithRetry(t, output, 5*time.Minute, check)
}

func assertHTTPResultWithRetry(t *testing.T, output interface{}, maxWait time.Duration, check func(string) bool) bool {
Expand Down

0 comments on commit 98abe30

Please sign in to comment.