Skip to content

Commit 993e604

Browse files
Merge pull request #2782 from everettraven/tooling/verify-feature-promotion-sippy-deadline-bump
tools: codegen: increase sippy request timeout for feature promotion verification
2 parents 5851208 + 99aafa5 commit 993e604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/codegen/cmd/featuregate-test-analyzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ func listTestResultForVariant(featureGate string, jobVariant JobVariant) (*Testi
847847
}
848848

849849
sippyClient := &http.Client{
850-
Timeout: 30 * time.Second,
850+
Timeout: 2 * time.Minute,
851851
Transport: defaultTransport,
852852
}
853853

0 commit comments

Comments
 (0)