From b244c7349dba8aa148c0511b9d0a0f14781bfe3d Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 1 Sep 2022 15:44:24 +0200 Subject: [PATCH] Increase test license duration for MyKV --- server/users/licenses.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/users/licenses.py b/server/users/licenses.py index 90ea6aee..ed07b74f 100644 --- a/server/users/licenses.py +++ b/server/users/licenses.py @@ -39,14 +39,14 @@ MYSKILLBOX_LICENSES = { }, '978-3-0355-2189-4': { 'edition': STUDENT_KEY, - 'duration': 30, + 'duration': 400, 'name': 'Student test 1 month', 'platform': MYKV_PLATFORM, 'default': True }, '978-3-0355-2188-7': { 'edition': TEACHER_KEY, - 'duration': 30, + 'duration': 400, 'name': 'Student test 1 month', 'platform': MYKV_PLATFORM }