update postion
diff --git a/admin-cli/executor/toolkits/tablemigrator/migrator.go b/admin-cli/executor/toolkits/tablemigrator/migrator.go
index aa40eaa..40e4eed 100644
--- a/admin-cli/executor/toolkits/tablemigrator/migrator.go
+++ b/admin-cli/executor/toolkits/tablemigrator/migrator.go
@@ -130,7 +130,7 @@
 			}
 		}
 	}
-	toolkits.LogInfo("all the node has stop duplicate the pending wal and wait 60s to switch cluster")
-	time.Sleep(60 * time.Second)
+	toolkits.LogInfo("all the node has stop duplicate the pending wal and wait 30s to switch cluster")
+	time.Sleep(30 * time.Second)
 	return nil
 }