am 9279863e: Trying to fix BlueUnderlineTests.testBlueUnderline()

* commit '9279863eb088459841fae5959ca008ec70da17c9':
  Trying to fix BlueUnderlineTests.testBlueUnderline()
main
Ken Wakasa 2013-11-14 03:27:50 -08:00 committed by Android Git Automerger
commit 04e584499f
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"; private static final String PREF_DEBUG_MODE = "debug_mode";
// The message that sets the underline is posted with a 200 ms delay // The message that sets the underline is posted with a 500 ms delay
protected static final int DELAY_TO_WAIT_FOR_UNDERLINE = 200; protected static final int DELAY_TO_WAIT_FOR_UNDERLINE = 500;
// The message that sets predictions is posted with a 200 ms delay // The message that sets predictions is posted with a 200 ms delay
protected static final int DELAY_TO_WAIT_FOR_PREDICTIONS = 200; protected static final int DELAY_TO_WAIT_FOR_PREDICTIONS = 200;