]> Dogcows Code - chaz/vimcoder/commitdiff
wait on the server process for 2.5 seconds
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 13 Jul 2011 20:51:11 +0000 (14:51 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 13 Jul 2011 20:51:11 +0000 (14:51 -0600)
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.019157 seconds and 4 git commands to generate.