Skip to content

Commit

Permalink
fix: unify acceptable latency influence on mmove and jump behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
boajer committed Nov 29, 2021
1 parent 0e96dea commit a402977
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 a402977

Please sign in to comment.