From ac78c300885abe5dc72b0a21ea6eb6c0b9fc8c93 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 20 Nov 2016 16:29:47 -0500
Subject: [PATCH] increase delay for opening file at startup on OSX

---
 pd/nw/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/nw/index.js b/pd/nw/index.js
index 51ccc2217..d9f6f6331 100644
--- a/pd/nw/index.js
+++ b/pd/nw/index.js
@@ -116,7 +116,7 @@ function connect() {
                 // have to parse them.
                     pdgui.menu_open(decodeURI(gui.App.argv[0].slice(7)));
                 }
-            }, 3000);
+            }, 6000);
         }
     }
 }
-- 
GitLab