X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcom%2Fdogcows%2FEditor.java;h=40ccc829e8306613ae8afc9a036109f1890c498e;hb=e7da6f1db971186ff1fa582d9dcf3c0e9ce46dad;hp=ea6805849419036d6d73dcffe7d3ad4c056e35d3;hpb=548a5bcd9713b69f91e332ea1005a9b41f84a146;p=chaz%2Fvimcoder diff --git a/src/com/dogcows/Editor.java b/src/com/dogcows/Editor.java index ea68058..40ccc82 100644 --- a/src/com/dogcows/Editor.java +++ b/src/com/dogcows/Editor.java @@ -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();