Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantka committed Jan 2, 2025
1 parent 26e8478 commit 7926422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/martech/martech.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
const ALLOY_SEND_EVENT = 'alloy_sendEvent';
const ALLOY_SEND_EVENT_ERROR = 'alloy_sendEvent_error';
const ENTITLEMENT_TIMEOUT = 3000;

// test
const TARGET_TIMEOUT_MS = 4000;
const params = new URL(window.location.href).searchParams;
const timeout = parseInt(params.get('target-timeout'), 10)
Expand Down

0 comments on commit 7926422

Please sign in to comment.