diff --git a/cmd/root.go b/cmd/root.go
index 1f958237d381e82ec8fa1ce0763b679d750782c8..608dc55760698889f6c8c23310143d7cf5d6fe43 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -386,7 +386,7 @@ func initClient() *api.Client {
 	netParams.FastPolling = viper.GetBool(" slowPolling")
 	netParams.ForceMessagePickupRetry = viper.GetBool("forceMessagePickupRetry")
 	if netParams.ForceMessagePickupRetry {
-		period := 1 * time.Second
+		period := 3 * time.Second
 		jww.INFO.Printf("Setting Uncheck Round Period to %v", period)
 		netParams.UncheckRoundPeriod = period
 	}