Skip to content

Commit

Permalink
[Android] Set Timer lookahead threshold back to 15ms.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonracz committed Sep 26, 2017
1 parent faf7385 commit 2842c8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ public class ReactNativeTimersIdlingResource implements IdlingResource, Choreogr
private final static String FIELD_TARGET_TIME = "mTargetTime";
private final static String LOCK_TIMER = "mTimerGuard";

private static final long LOOK_AHEAD_MS = 1500;
private static final long LOOK_AHEAD_MS = 15;

private ResourceCallback callback = null;
private Object reactContext = null;
Expand Down

0 comments on commit 2842c8a

Please sign in to comment.