From 393961e9a4dbc1f4b7a6ffed39ef1cea48bd1a1f Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Tue, 12 Jan 2021 00:23:03 +0000 Subject: [PATCH] Update timeouts --- cmd/ud.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/ud.go b/cmd/ud.go index 858c4f8d3..25ac56105 100644 --- a/cmd/ud.go +++ b/cmd/ud.go @@ -142,8 +142,8 @@ var udCmd = &cobra.Command{ } fmt.Printf(string(cBytes)) }, - time.Duration(10*time.Second)) - time.Sleep(11 * time.Second) + time.Duration(90*time.Second)) + time.Sleep(91 * time.Second) } usernameSrchStr := viper.GetString("searchusername") @@ -190,12 +190,12 @@ var udCmd = &cobra.Command{ } fmt.Printf(string(cBytes)) } - }, 10*time.Second) + }, 90*time.Second) if err != nil { jww.FATAL.Panicf("%+v", err) } - time.Sleep(11 * time.Second) - client.StopNetworkFollower(10 * time.Second) + time.Sleep(91 * time.Second) + client.StopNetworkFollower(90 * time.Second) }, } -- GitLab