Skip to content

Commit

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

/**
* wait below 5000ms was sometimes not enough for reset all permissions on circle ci emulator
* wait below 6000ms was sometimes not enough for reset all permissions on circle ci emulator
*/
public static int DELAY_FOR_COMMAND_EXECUTION = 5000;
public static int DELAY_FOR_COMMAND_EXECUTION = 6000;

/**
* Safe way to remove granted permission to you app without app restart.
Expand Down

0 comments on commit ec7ae64

Please sign in to comment.