diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index c8647502ef90d1a626e1f022bc5bab0bdd83631e..6be9ded5c9eab7ba4377a81e2770692f9ecf61d2 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -131,7 +131,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen private static final int PERIOD_FOR_AUDIO_AND_HAPTIC_FEEDBACK_IN_KEY_REPEAT = 2; - private static final int GET_SUGGESTED_WORDS_TIMEOUT = 50; + // TODO: Set this value appropriately. + private static final int GET_SUGGESTED_WORDS_TIMEOUT = 200; /** * The name of the scheme used by the Package Manager to warn of a new package installation,