X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcom%2Fdogcows%2FEditor.java;h=bb14ce65cf517ca9e9b5aec8384ea98322961754;hb=15cdeb736935e012a479d24c50ff10b88553bf9f;hp=203d8ec2eb5ac4dc159205d765f0b628c5cb528c;hpb=5d17e009eff7a333349813221e7a0a1b2087d8d4;p=chaz%2Fvimcoder diff --git a/src/com/dogcows/Editor.java b/src/com/dogcows/Editor.java index 203d8ec..bb14ce6 100644 --- a/src/com/dogcows/Editor.java +++ b/src/com/dogcows/Editor.java @@ -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(); @@ -327,3 +327,4 @@ public class Editor } } +// vim:noet:ts=8