default 120

This commit is contained in:
Gavin Nishizawa 2023-06-14 16:08:57 -07:00
parent ce1cb0859b
commit e8254997c7
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -89,7 +89,7 @@ func Run(ctx context.Context, ms *xmain.State) (err error) {
if err != nil { if err != nil {
return err return err
} }
timeoutFlag, err := ms.Opts.Int64("D2_TIMEOUT", "timeout", "", 0, "the number of seconds before d2 will timeout. (default=120)") timeoutFlag, err := ms.Opts.Int64("D2_TIMEOUT", "timeout", "", 120, "the number of seconds before d2 will timeout")
if err != nil { if err != nil {
return err return err
} }