]> Dogcows Code - chaz/vimcoder/commitdiff
the stall time is too probably too short
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 23 Jun 2011 18:26:36 +0000 (12:26 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 23 Jun 2011 18:26:36 +0000 (12:26 -0600)
src/com/dogcows/Editor.java

index ea6805849419036d6d73dcffe7d3ad4c056e35d3..40ccc829e8306613ae8afc9a036109f1890c498e 100644 (file)
@@ -243,7 +243,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() + 250;
+               long expire = System.currentTimeMillis() + 1000;
                while (System.currentTimeMillis() < expire)
                {
                        Thread.yield();
This page took 0.023213 seconds and 4 git commands to generate.