Skip to content

Commit 98abe30

Browse files
Increase timeout (#241)
1 parent 9473124 commit 98abe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/test/examples_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ func TestExamples(t *testing.T) {
299299
}
300300

301301
func assertHTTPResult(t *testing.T, output interface{}, check func(string) bool) bool {
302-
return assertHTTPResultWithRetry(t, output, 3*time.Minute, check)
302+
return assertHTTPResultWithRetry(t, output, 5*time.Minute, check)
303303
}
304304

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

0 commit comments

Comments
 (0)