From a402977b2f824fb4726fd5d5a84bafadb722106d Mon Sep 17 00:00:00 2001 From: Mikhail Kamarouski Date: Mon, 29 Nov 2021 14:46:24 +0200 Subject: [PATCH] fix: unify acceptable latency influence on mmove and jump behavior --- qtism/runtime/tests/AssessmentTestSession.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtism/runtime/tests/AssessmentTestSession.php b/qtism/runtime/tests/AssessmentTestSession.php index cbceb2130..2c8c1c3c0 100644 --- a/qtism/runtime/tests/AssessmentTestSession.php +++ b/qtism/runtime/tests/AssessmentTestSession.php @@ -1548,7 +1548,7 @@ public function jumpTo($position, $allowTimeout = false) // Check the time limits after the jump is trully performed. if ($allowTimeout === false) { - $this->checkTimeLimits(false, true); + $this->checkTimeLimits(false, true, false); } // No exception thrown, interact!