diff --git a/src/components/setting/setting-clash.tsx b/src/components/setting/setting-clash.tsx
index 5106e6fab97de2ddf472a943f4dd8d94dbd239f5..c6cc159d61920ece8a720133a907e3f991fe2806 100644
--- a/src/components/setting/setting-clash.tsx
+++ b/src/components/setting/setting-clash.tsx
@@ -122,7 +122,7 @@ const SettingClash = ({ onError }: Props) => {
           onFormat={(e: any) => +e.target.value?.replace(/\D+/, "")}
           onChange={(e) => onChangeData({ "mixed-port": e })}
           onGuard={onUpdatePort}
-          waitTime={800}
+          waitTime={1000}
         >
           <TextField autoComplete="off" size="small" sx={{ width: 120 }} />
         </GuardState>