diff options
author | 2013-11-14 20:24:03 +0900 | |
---|---|---|
committer | 2013-11-14 20:24:03 +0900 | |
commit | 9279863eb088459841fae5959ca008ec70da17c9 (patch) | |
tree | 0aaa8063394329e57c45ded2467641ef17879caa /tests/src | |
parent | 46636b08fb81ff10752ff3630d83fa285a12ae55 (diff) | |
download | latinime-9279863eb088459841fae5959ca008ec70da17c9.tar.gz latinime-9279863eb088459841fae5959ca008ec70da17c9.tar.xz latinime-9279863eb088459841fae5959ca008ec70da17c9.zip |
Trying to fix BlueUnderlineTests.testBlueUnderline()
Change-Id: Ia898a9fd0fd7b94f83337f4f980f7b7d7fb40a36
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/InputTestsBase.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/InputTestsBase.java b/tests/src/com/android/inputmethod/latin/InputTestsBase.java index b9b52a6f3..3cb980cb0 100644 --- a/tests/src/com/android/inputmethod/latin/InputTestsBase.java +++ b/tests/src/com/android/inputmethod/latin/InputTestsBase.java @@ -44,8 +44,8 @@ public class InputTestsBase extends ServiceTestCase<LatinIMEForTests> { private static final String PREF_DEBUG_MODE = "debug_mode"; - // The message that sets the underline is posted with a 200 ms delay - protected static final int DELAY_TO_WAIT_FOR_UNDERLINE = 200; + // The message that sets the underline is posted with a 500 ms delay + protected static final int DELAY_TO_WAIT_FOR_UNDERLINE = 500; // The message that sets predictions is posted with a 200 ms delay protected static final int DELAY_TO_WAIT_FOR_PREDICTIONS = 200; |