Change daemon client timeout from 2 minutes to 5 minutes

This commit is contained in:
msutton 2022-07-17 00:44:29 +03:00
parent 86ca3fafd0
commit 41c0a6726c

View File

@ -6,7 +6,7 @@ import (
"time" "time"
) )
const daemonTimeout = 2 * time.Minute const daemonTimeout = 5 * time.Minute
func printErrorAndExit(err error) { func printErrorAndExit(err error) {
fmt.Fprintf(os.Stderr, "%s\n", err) fmt.Fprintf(os.Stderr, "%s\n", err)