Skip to content
Snippets Groups Projects
Commit 9279863e authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Trying to fix BlueUnderlineTests.testBlueUnderline()

Change-Id: Ia898a9fd0fd7b94f83337f4f980f7b7d7fb40a36
parent 46636b08
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment