Skip to content

Commit

Permalink
stabilize keyboard test
Browse files Browse the repository at this point in the history
  • Loading branch information
nenick committed Mar 23, 2016
1 parent ec7ae64 commit f139ec4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ public class EspDevice {

/**
* wait below 300ms was to less for common emulator instance
* wait below 2000ms was to less for emulator instance on circle ci
* wait below 3000ms was to less for emulator instance on circle ci
*/
public static int DELAY_TO_CHANGE_KEYBOARD_STATE = 2500;
public static int DELAY_TO_CHANGE_KEYBOARD_STATE = 3000;

public static EspDevice root() {
return new EspDevice();
Expand Down

0 comments on commit f139ec4

Please sign in to comment.