diff --git a/cmd/root.go b/cmd/root.go
index 5029d528ecbc19e88a3f1c78fdb8865262cf9fc5..830f4de351c7286c4763dd946c2126a87ac2bdad 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -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
 		}