]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/Editor.java
wait on the server process for 2.5 seconds
[chaz/vimcoder] / src / com / dogcows / Editor.java
index 203d8ec2eb5ac4dc159205d765f0b628c5cb528c..674ecb9289cee1161e5412f6aa56a7dbcabdc10f 100644 (file)
@@ -236,7 +236,7 @@ public class Editor
                 * before the timeout, we will assume it is not backgrounding and
                 * that everything worked.  This works as long as the Vim server is
                 * able to start within the stall period. */
-               long expire = System.currentTimeMillis() + 1000;
+               long expire = System.currentTimeMillis() + 2500;
                while (System.currentTimeMillis() < expire)
                {
                        Thread.yield();
This page took 0.018554 seconds and 4 git commands to generate.