Skip to content

Commit cb9c321

Browse files
Increase default timeout for the --timeout flag to 10 minutes.
This is required since the risk calculation can easily takle this long
1 parent a4d3867 commit cb9c321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ func addChangeUuidFlags(cmd *cobra.Command) {
422422

423423
// Adds common flags to API commands e.g. timeout
424424
func addAPIFlags(cmd *cobra.Command) {
425-
cmd.PersistentFlags().String("timeout", "5m", "How long to wait for responses")
425+
cmd.PersistentFlags().String("timeout", "10m", "How long to wait for responses")
426426
cmd.PersistentFlags().String("url", "https://api.prod.overmind.tech", "The overmind API endpoint")
427427
}
428428

0 commit comments

Comments
 (0)