Skip to content
Snippets Groups Projects
Commit 358bcf48 authored by Spencer Brown's avatar Spencer Brown
Browse files

Increase running time for client

parent 1e307dc0
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,7 @@ var rootCmd = &cobra.Command{
if destinationUserId == 31 {
timer = time.NewTimer(20 * time.Second)
} else {
timer = time.NewTimer(5 * time.Second)
timer = time.NewTimer(10 * time.Second)
}
<-timer.C
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment