diff --git a/src/main.ts b/src/main.ts
index 33ab0f7..c829afe 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -322,7 +322,7 @@ const AltCmdIShortcutHandler = async () => {
     i++;
   }
 
-  await sleep(100);
+  await sleep(500);
 
   const prompt = await clipboard.readText();
   console.log(prompt);