From 2a04cd27dd3ba876759d4923f377272eb1d175db Mon Sep 17 00:00:00 2001 From: RamiBerm Date: Tue, 25 May 2021 10:58:13 +0300 Subject: [PATCH] Update tapRunner.go --- cli/cmd/tapRunner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/tapRunner.go b/cli/cmd/tapRunner.go index dca16c538..43d780963 100644 --- a/cli/cmd/tapRunner.go +++ b/cli/cmd/tapRunner.go @@ -211,7 +211,7 @@ func syncApiStatus(ctx context.Context, cancel context.CancelFunc, tappingOption if err != nil { fmt.Printf("error Sending message via control socket %s\n", err) } - time.Sleep(5 * time.Second) + time.Sleep(10 * time.Second) } }