Skip to content

Commit bf4ef92

Browse files
trodgeBBBmau
authored andcommitted
tgc-revival: lower maxRetries to 3 when fetching test metadata (GoogleCloudPlatform#14672)
1 parent e268ee5 commit bf4ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/tgc_next/test/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Resource struct {
5252

5353
const (
5454
ymdFormat = "2006-01-02"
55-
maxRetries = 30
55+
maxRetries = 3
5656
)
5757

5858
var (

0 commit comments

Comments
 (0)