Skip to content

Commit

Permalink
Merge pull request #303 from oat-sa/fix/TR-2459/review_navigation_tim…
Browse files Browse the repository at this point in the history
…eout

fix: unify acceptable latency influence on mmove and jump behavior
  • Loading branch information
wazelin authored Dec 2, 2021
2 parents 0e96dea + a402977 commit 774b681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtism/runtime/tests/AssessmentTestSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 774b681

Please sign in to comment.