Skip to content

Commit

Permalink
fix: Changed time limit allowed interval (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomper-TE authored Oct 23, 2023
1 parent 417b10f commit 5e557fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thousandeyes/schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ var schemas = map[string]*schema.Schema{
Description: "The time limit for the transaction. The default value is 30s.",
Optional: true,
Default: 30,
ValidateFunc: validation.IntBetween(1, 60),
ValidateFunc: validation.IntBetween(5, 180),
},
"throughput_duration": {
Type: schema.TypeInt,
Expand Down

0 comments on commit 5e557fc

Please sign in to comment.