Skip to content

Commit

Permalink
Increase cookie time to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
victorigualada committed May 27, 2021
1 parent da254ad commit 1536cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/parrableIdSystem_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { server } from 'test/mocks/xhr.js';
const storage = newStorageManager();

const EXPIRED_COOKIE_DATE = 'Thu, 01 Jan 1970 00:00:01 GMT';
const EXPIRE_COOKIE_TIME = 20000;
const EXPIRE_COOKIE_TIME = 30000;
const P_COOKIE_NAME = '_parrable_id';
const P_COOKIE_EID = '01.1563917337.test-eid';
const P_XHR_EID = '01.1588030911.test-new-eid'
Expand Down

0 comments on commit 1536cc4

Please sign in to comment.