]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/Editor.java
the stall time is too probably too short
[chaz/vimcoder] / 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.017798 seconds and 4 git commands to generate.