Skip to content

Commit 0e5ecfc

Browse files
committed
fix: add missing timeout property to checkconfiguration struct
1 parent 00dac5c commit 0e5ecfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azuredevops/pipelineschecks/models.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ type CheckConfiguration struct {
3535
ModifiedOn *azuredevops.Time `json:"modifiedOn,omitempty"`
3636
// Settings for the check configuration.
3737
Settings interface{} `json:"settings,omitempty"`
38+
// Timeout in minutes for the check.
39+
Timeout *int `json:"timeout,omitempty"`
3840
}
3941

4042
type CheckConfigurationRef struct {

0 commit comments

Comments
 (0)