Skip to content

Commit

Permalink
allow for more time for the proctortrack app to restart after crash
Browse files Browse the repository at this point in the history
JIRA:CR-1597
  • Loading branch information
Matt Hughes authored and matthugs committed Feb 24, 2020
1 parent 7eac5cf commit f6f7fd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion edx_proctoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from __future__ import absolute_import

# Be sure to update the version number in edx_proctoring/package.json
__version__ = '2.2.8'
__version__ = '2.3.0'

default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name
2 changes: 1 addition & 1 deletion edx_proctoring/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

MINIMUM_TIME = datetime.datetime.fromtimestamp(0)

DEFAULT_DESKTOP_APPLICATION_PING_INTERVAL_SECONDS = 60
DEFAULT_DESKTOP_APPLICATION_PING_INTERVAL_SECONDS = 120

PING_FAILURE_PASSTHROUGH_TEMPLATE = 'edx_proctoring.{}_ping_failure_passthrough'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edx/edx-proctoring",
"//": "Be sure to update the version number in edx_proctoring/__init__.py",
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
"version": "2.2.8",
"version": "2.3.0",
"main": "edx_proctoring/static/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit f6f7fd4

Please sign in to comment.