From 1e613c6f6f144a200ad3e1a32a128faa31a447c2 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Mon, 21 Sep 2020 12:54:19 +1200 Subject: Fix JS test (#16455) --- tests/javascript/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/javascript/index.php b/tests/javascript/index.php index e4fbcecd54..f9bc6ed18f 100644 --- a/tests/javascript/index.php +++ b/tests/javascript/index.php @@ -4241,7 +4241,6 @@ if ($mysql) { // test ping not sent on focus tracker.enableHeartBeatTimer(); tracker.setCustomData('token', 7 + tokenBase); - tracker.setVisitStandardLength(5); return Q.delay(6000); // should not send a tracking request because of visit standard length reached }).then(function () { -- cgit v1.2.3