Skip to content
Snippets Groups Projects
Commit 4f73e899 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Add sleep

parent 39d856a6
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ var rootCmd = &cobra.Command{
/*if err!=nil{
fmt.Printf("Failed to cleanly close threads: %+v\n", err)
}*/
time.Sleep(10*time.Second)
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment