Trying to fix BlueUnderlineTests.testBlueUnderline()

Change-Id: Ia898a9fd0fd7b94f83337f4f980f7b7d7fb40a36
main
Ken Wakasa 2013-11-14 20:24:03 +09:00
parent 46636b08fb
commit 9279863eb0
1 changed files with 2 additions and 2 deletions

View File

@ -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;