Skip to content

Commit

Permalink
Increase the visible threshold to reduce flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Jun 1, 2017
1 parent 2fac034 commit bdbc90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/page-visibility-tracker-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import pkg from '../../package.json';

const SESSION_TIMEOUT_IN_MILLISECONDS = 3000; // 3 seconds
const SESSION_TIMEOUT_IN_MINUTES = (1/60) * 3; // 3 seconds
const VISIBLE_THRESHOLD = 2000; // 2 seconds
const VISIBLE_THRESHOLD = 4000; // 4 seconds


const DEFAULT_TRACKER_FIELDS = {
Expand Down

0 comments on commit bdbc90a

Please sign in to comment.