Update tapRunner.go

This commit is contained in:
RamiBerm 2021-05-25 10:58:13 +03:00
parent d8e840f277
commit 2a04cd27dd

View File

@ -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)
}
}